method
decode
v2.1.0 -
Show latest stable
- Class:
ActiveResource::Formats::XmlFormat
decode(xml)public
No documentation available.
# File activeresource/lib/active_resource/formats/xml_format.rb, line 18
def decode(xml)
from_xml_data(Hash.from_xml(xml))
end