Class: WBEM::RESPONSEDESTINATION
- Inherits:
-
CIMElement
- Object
- REXML::Element
- CIMElement
- WBEM::RESPONSEDESTINATION
- Defined in:
- lib/wbem/cim_xml.rb
Instance Method Summary collapse
-
#initialize(data) ⇒ RESPONSEDESTINATION
constructor
<!ELEMENT RESPONSEDESTINATON (INSTANCE)> “”“.
Methods inherited from CIMElement
#add_elements, #add_optional_attribute, #add_optional_element, #setName, #toxml
Constructor Details
#initialize(data) ⇒ RESPONSEDESTINATION
<!ELEMENT RESPONSEDESTINATON (INSTANCE)>
"""
1404 1405 1406 1407 |
# File 'lib/wbem/cim_xml.rb', line 1404 def initialize(data) super("RESPONSEDESTINATON") self.add_element(data); end |