Class: WebService::Aboutme::XmlObjectMapping::Base

Inherits:
Object
  • Object
show all
Includes:
WebService::Aboutme::XmlObjectMapping
Defined in:
lib/webservice/aboutme/xmlobjectmapping.rb

Overview

:nodoc:

Class Method Summary collapse

Methods included from WebService::Aboutme::XmlObjectMapping

included

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