Class: WBEM::VALUE_NULL

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

#initializeVALUE_NULL

<!ELEMENT VALUE.NULL EMPTY>

"""


386
387
388
# File 'lib/wbem/cim_xml.rb', line 386

def initialize
    super("VALUE.NULL")
end