Method: CIM::Type#to_sym

Defined in:
lib/cim/type.rb

#to_symObject

returns a symbol representation of the type



90
91
92
# File 'lib/cim/type.rb', line 90

def to_sym
  @type
end