Method: Einvoice::Utils#encode_xml

Defined in:
lib/einvoice/utils.rb

#encode_xml(hash) ⇒ Object



9
10
11
# File 'lib/einvoice/utils.rb', line 9

def encode_xml(hash)
  ::Gyoku.xml(hash, key_converter: :none)
end