Class: Hash
- Inherits:
-
Object
- Object
- Hash
- 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, = {}) typecast_xml_value(unrename_keys(ActiveSupport::XmlMini.parse(xml)), ) end |