Class: WBEM::SIMPLERSP

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

<!ELEMENT SIMPLERSP (METHODRESPONSE | IMETHODRESPONSE | SIMPLEREQACK)>

"""


1258
1259
1260
1261
# File 'lib/wbem/cim_xml.rb', line 1258

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