Method: CIM::ReferenceType#initialize
- Defined in:
- lib/cim/type.rb
#initialize(name) ⇒ ReferenceType
Creates a strongly typed reference to class name
221 222 223 224 |
# File 'lib/cim/type.rb', line 221 def initialize name @name = name super "class" end |