Class: VantivLite::XML::Nokogiri::Serializer

Inherits:
Object
  • Object
show all
Includes:
Serializer
Defined in:
lib/vantiv_lite/xml/nokogiri.rb

Constant Summary

Constants included from Serializer

Serializer::ATTRIBUTES

Instance Attribute Summary

Attributes included from Serializer

#attributes

Instance Method Summary collapse

Methods included from Serializer

coerce, #initialize

Instance Method Details

#call(hash) ⇒ Object



27
28
29
# File 'lib/vantiv_lite/xml/nokogiri.rb', line 27

def call(hash)
  ::Nokogiri::XML::Document.new.tap { |d| add_xml_elements!(d, hash) }.to_s
end