Class: Hash

Inherits:
Object
  • Object
show all
Defined in:
lib/patch/patch.rb

Class Method Summary collapse

Class Method Details

.from_xml(xml, options = {}) ⇒ Object



3
4
5
# File 'lib/patch/patch.rb', line 3

def self.from_xml(xml, options = {})
  typecast_xml_value(unrename_keys(ActiveSupport::XmlMini.parse(xml)), options)
end