Class: WBEM::SIMPLEREQ
- Inherits:
-
CIMElement
- Object
- REXML::Element
- CIMElement
- WBEM::SIMPLEREQ
- Defined in:
- lib/wbem/cim_xml.rb
Instance Method Summary collapse
-
#initialize(data) ⇒ SIMPLEREQ
constructor
<!ELEMENT SIMPLEREQ (IMETHODCALL | METHODCALL)> “”“.
Methods inherited from CIMElement
#add_elements, #add_optional_attribute, #add_optional_element, #setName, #toxml
Constructor Details
#initialize(data) ⇒ SIMPLEREQ
<!ELEMENT SIMPLEREQ (IMETHODCALL | METHODCALL)>
"""
1070 1071 1072 1073 |
# File 'lib/wbem/cim_xml.rb', line 1070 def initialize(data) super("SIMPLEREQ") self.add_element(data) end |