Class: WebService::Aboutme::XmlObjectMapping::Base
- Inherits:
-
Object
- Object
- WebService::Aboutme::XmlObjectMapping::Base
- Includes:
- WebService::Aboutme::XmlObjectMapping
- Defined in:
- lib/webservice/aboutme/xmlobjectmapping.rb
Overview
:nodoc:
Direct Known Subclasses
Answer, AnswerDigest, Birthday, Choice, IconImages, Question, ResponseBase, ResponseStatus, ResultBase, Summary, User
Class Method Summary collapse
Methods included from WebService::Aboutme::XmlObjectMapping
Class Method Details
.unmarshal(xml) ⇒ Object
37 38 39 |
# File 'lib/webservice/aboutme/xmlobjectmapping.rb', line 37 def self.unmarshal(xml) self.new.__send__ :populate, xml end |