Class: Hecks::Translation::Scaffold::Edge
- Inherits:
-
Struct
- Object
- Struct
- Hecks::Translation::Scaffold::Edge
- Defined in:
- lib/hecks/translation/scaffold.rb
Instance Attribute Summary collapse
-
#aggregates ⇒ Object
Returns the value of attribute aggregates.
-
#domain ⇒ Object
Returns the value of attribute domain.
-
#from ⇒ Object
Returns the value of attribute from.
-
#label ⇒ Object
Returns the value of attribute label.
-
#ordinal ⇒ Object
Returns the value of attribute ordinal.
-
#retired ⇒ Object
Returns the value of attribute retired.
-
#to ⇒ Object
Returns the value of attribute to.
Instance Attribute Details
#aggregates ⇒ Object
Returns the value of attribute aggregates
22 23 24 |
# File 'lib/hecks/translation/scaffold.rb', line 22 def aggregates @aggregates end |
#domain ⇒ Object
Returns the value of attribute domain
22 23 24 |
# File 'lib/hecks/translation/scaffold.rb', line 22 def domain @domain end |
#from ⇒ Object
Returns the value of attribute from
22 23 24 |
# File 'lib/hecks/translation/scaffold.rb', line 22 def from @from end |
#label ⇒ Object
Returns the value of attribute label
22 23 24 |
# File 'lib/hecks/translation/scaffold.rb', line 22 def label @label end |
#ordinal ⇒ Object
Returns the value of attribute ordinal
22 23 24 |
# File 'lib/hecks/translation/scaffold.rb', line 22 def ordinal @ordinal end |
#retired ⇒ Object
Returns the value of attribute retired
22 23 24 |
# File 'lib/hecks/translation/scaffold.rb', line 22 def retired @retired end |
#to ⇒ Object
Returns the value of attribute to
22 23 24 |
# File 'lib/hecks/translation/scaffold.rb', line 22 def to @to end |