Module: Wrest::Components::Translators::Xml
Instance Method Summary collapse
Instance Method Details
#deserialise(response) ⇒ Object
15 16 17 |
# File 'lib/wrest/components/translators/xml.rb', line 15 def deserialise(response) ActiveSupport::XmlMini.parse(response.body) end |
#serialise(hash) ⇒ Object
19 20 |
# File 'lib/wrest/components/translators/xml.rb', line 19 def serialise(hash) end |