Module: Swivel2::Formats::XmlFormat

Extended by:
XmlFormat
Included in:
XmlFormat
Defined in:
lib/swivel2/formats.rb

Instance Method Summary collapse

Instance Method Details

#decode(xml) ⇒ Object



6
7
8
# File 'lib/swivel2/formats.rb', line 6

def decode xml
  Hash.from_xml xml
end