Class: WBEM::SIMPLEEXPREQ

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

<!ELEMENT SIMPLEEXPREQ (EXPMETHODCALL)>

"""


1084
1085
1086
1087
# File 'lib/wbem/cim_xml.rb', line 1084

def initialize(data)
    super("SIMPLEEXPREQ")
    self.add_element(data)
end