Class: Utopia::Project::Inheritance::Method
- Inherits:
-
Struct
- Object
- Struct
- Utopia::Project::Inheritance::Method
- Defined in:
- lib/utopia/project/inheritance.rb
Overview
A method inherited from another definition.
Instance Attribute Summary collapse
-
#definition ⇒ Object
Returns the value of attribute definition.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#definition ⇒ Object
Returns the value of attribute definition
14 15 16 |
# File 'lib/utopia/project/inheritance.rb', line 14 def definition @definition end |
#name ⇒ Object
Returns the value of attribute name
14 15 16 |
# File 'lib/utopia/project/inheritance.rb', line 14 def name @name end |