Class: Utopia::Project::Inheritance::Group
- Inherits:
-
Struct
- Object
- Struct
- Utopia::Project::Inheritance::Group
- Defined in:
- lib/utopia/project/inheritance.rb
Overview
Methods inherited through a direct relationship.
Instance Attribute Summary collapse
-
#definition ⇒ Object
Returns the value of attribute definition.
-
#kind ⇒ Object
Returns the value of attribute kind.
-
#methods ⇒ Object
Returns the value of attribute methods.
Instance Attribute Details
#definition ⇒ Object
Returns the value of attribute definition
17 18 19 |
# File 'lib/utopia/project/inheritance.rb', line 17 def definition @definition end |
#kind ⇒ Object
Returns the value of attribute kind
17 18 19 |
# File 'lib/utopia/project/inheritance.rb', line 17 def kind @kind end |
#methods ⇒ Object
Returns the value of attribute methods
17 18 19 |
# File 'lib/utopia/project/inheritance.rb', line 17 def methods @methods end |