Peek at the internals
ActiveResource::Base defines @attributes{}
@attributes contains the unmarshalled XML
Complex XML creates nested ActiveResource objects
method_missing is redefined to add to @attributes
to_xml marshals the XML