Class: WBEM::SIMPLEEXPRSP
- Inherits:
-
CIMElement
- Object
- REXML::Element
- CIMElement
- WBEM::SIMPLEEXPRSP
- Defined in:
- lib/wbem/cim_xml.rb
Instance Method Summary collapse
-
#initialize(data) ⇒ SIMPLEEXPRSP
constructor
<!ELEMENT SIMPLEEXPRSP (EXPMETHODRESPONSE)> “”“.
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 |