Class: WBEM::MULTIEXPRSP

Inherits:
CIMElement
  • Object
show all
Defined in:
lib/wbem/cim_xml.rb

Instance Method Summary collapse

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