Class: Utopia::Project::Inheritance::Group
- Inherits:
-
Struct
- Object
- Struct
- Utopia::Project::Inheritance::Group
- Defined in:
- lib/utopia/project/inheritance.rb
Overview
A group of inherited methods with the same origin.
Instance Attribute Summary collapse
-
#definition ⇒ Object
Returns the value of attribute definition.
-
#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 |
#methods ⇒ Object
Returns the value of attribute methods
17 18 19 |
# File 'lib/utopia/project/inheritance.rb', line 17 def methods @methods end |