Class: EShipperXMLFormatter
- Inherits:
-
Object
- Object
- EShipperXMLFormatter
- Includes:
- ActiveResource::Formats::XmlFormat
- Defined in:
- lib/eshipper/responses/eshipper_response.rb
Instance Method Summary collapse
Instance Method Details
#decode(xml) ⇒ Object
6 7 8 |
# File 'lib/eshipper/responses/eshipper_response.rb', line 6 def decode(xml) ActiveResource::Formats::XmlFormat.decode(xml) end |