Class: WBEM::SIMPLEEXPRSP

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

<!ELEMENT SIMPLEEXPRSP (EXPMETHODRESPONSE)>

"""


1273
1274
1275
1276
# File 'lib/wbem/cim_xml.rb', line 1273

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