Class: CIM::Reference
- Inherits:
-
Property
- Object
- NamedElement
- ClassFeature
- Property
- CIM::Reference
- Defined in:
- lib/cim/reference.rb
Overview
Reference is a pointer (reference) to a Class
A Reference is a special type of Property reserved for use in Associations
Instance Attribute Summary
Attributes inherited from Property
Attributes inherited from ClassFeature
Attributes inherited from NamedElement
Instance Method Summary collapse
-
#reference? ⇒ Boolean
Identifies a Property as a Reference.
Methods inherited from Property
#initialize, #method_missing, #property?
Methods inherited from ClassFeature
Methods inherited from NamedElement
#<<, #include?, #initialize, #to_s
Constructor Details
This class inherits a constructor from CIM::Property
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class CIM::Property
Instance Method Details
#reference? ⇒ Boolean
Identifies a Property as a Reference
21 22 23 |
# File 'lib/cim/reference.rb', line 21 def reference? true end |