Top Level Namespace
Defined Under Namespace
Modules: AcDc
Instance Method Summary collapse
-
#acdc(xml) ⇒ Object
Will convert the XML to a class found in the library.
-
#Attribute(name, value) ⇒ Object
Will construct a AcDc::Attribute class.
-
#Element(value, options = {}, name = nil) ⇒ Object
Will construct a AcDc::Element classs.
Instance Method Details
#acdc(xml) ⇒ Object
Will convert the XML to a class found in the library
32 33 34 |
# File 'lib/acdc.rb', line 32 def acdc(xml) AcDc::Body.acdc(xml) end |