Class: Utopia::Project::Inheritance::Relationship
- Inherits:
-
Struct
- Object
- Struct
- Utopia::Project::Inheritance::Relationship
- Defined in:
- lib/utopia/project/inheritance.rb
Overview
A relationship declared by a definition.
Instance Attribute Summary collapse
-
#definition ⇒ Object
Returns the value of attribute definition.
-
#kind ⇒ Object
Returns the value of attribute kind.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#definition ⇒ Object
Returns the value of attribute definition
11 12 13 |
# File 'lib/utopia/project/inheritance.rb', line 11 def definition @definition end |
#kind ⇒ Object
Returns the value of attribute kind
11 12 13 |
# File 'lib/utopia/project/inheritance.rb', line 11 def kind @kind end |
#name ⇒ Object
Returns the value of attribute name
11 12 13 |
# File 'lib/utopia/project/inheritance.rb', line 11 def name @name end |