Class: WBEM::VALUE_REFARRAY

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

<!ELEMENT VALUE.REFARRAY (VALUE.REFERENCE*)>

"""


293
294
295
296
# File 'lib/wbem/cim_xml.rb', line 293

def initialize(data)
    super("VALUE.REFARRAY")
    self.add_elements(data)
end