Class: WBEM::MULTIEXPREQ

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) ⇒ MULTIEXPREQ

<!ELEMENT MULTIEXPREQ (SIMPLEEXPREQ, SIMPLEEXPREQ+)>

"""


1055
1056
1057
1058
# File 'lib/wbem/cim_xml.rb', line 1055

def initialize(data)
    super("MULTIEXPREQ")
    self.add_elements(data)
end