Class: WBEM::MULTIEXPRSP
- Inherits:
-
CIMElement
- Object
- REXML::Element
- CIMElement
- WBEM::MULTIEXPRSP
- Defined in:
- lib/wbem/cim_xml.rb
Instance Method Summary collapse
-
#initialize(data) ⇒ MULTIEXPRSP
constructor
<!ELEMENT MULTIEXPRSP (SIMPLEEXPRSP, SIMPLEEXPRSP+)> “”“.
Methods inherited from CIMElement
#add_elements, #add_optional_attribute, #add_optional_element, #setName, #toxml
Constructor Details
#initialize(data) ⇒ MULTIEXPRSP
<!ELEMENT MULTIEXPRSP (SIMPLEEXPRSP, SIMPLEEXPRSP+)>
"""
1242 1243 1244 1245 |
# File 'lib/wbem/cim_xml.rb', line 1242 def initialize(data) super("MULTIEXPRSP") self.add_elements(data) end |