Class: VantivLite::XML::Ox::Serializer
- Inherits:
-
Object
- Object
- VantivLite::XML::Ox::Serializer
- Includes:
- Serializer
- Defined in:
- lib/vantiv_lite/xml/ox.rb
Constant Summary
Constants included from Serializer
Instance Attribute Summary
Attributes included from Serializer
Instance Method Summary collapse
Methods included from Serializer
Instance Method Details
#call(hash) ⇒ Object
26 27 28 |
# File 'lib/vantiv_lite/xml/ox.rb', line 26 def call(hash) ::Ox.dump(add_xml_elements!(::Ox::Document.new(version: '1.0'), hash)) end |