Class: Hecks::Translation::Scaffold::ScaffoldedAggregate
- Inherits:
-
Struct
- Object
- Struct
- Hecks::Translation::Scaffold::ScaffoldedAggregate
- Defined in:
- lib/hecks/translation/scaffold.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#rules ⇒ Object
Returns the value of attribute rules.
-
#was ⇒ Object
Returns the value of attribute was.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
23 24 25 |
# File 'lib/hecks/translation/scaffold.rb', line 23 def name @name end |
#rules ⇒ Object
Returns the value of attribute rules
23 24 25 |
# File 'lib/hecks/translation/scaffold.rb', line 23 def rules @rules end |
#was ⇒ Object
Returns the value of attribute was
23 24 25 |
# File 'lib/hecks/translation/scaffold.rb', line 23 def was @was end |