Class: WBEM::MULTIREQ

Inherits:
CIMElement 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) ⇒ MULTIREQ

<!ELEMENT MULTIREQ (SIMPLEREQ, SIMPLEREQ+)>

"""


1040
1041
1042
1043
# File 'lib/wbem/cim_xml.rb', line 1040

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