method
encode
v2.1.0 -
Show latest stable
- Class:
ActiveResource::Formats::XmlFormat
encode(hash)public
No documentation available.
# File activeresource/lib/active_resource/formats/xml_format.rb, line 14
def encode(hash)
hash.to_xml
end