Class: Hecks::Bluebook::TranslationMove
- Inherits:
-
Struct
- Object
- Struct
- Hecks::Bluebook::TranslationMove
- Defined in:
- lib/hecks/bluebook/translation.rb
Overview
One field crossing a value-object boundary: a scalar becoming a VO member, a VO member becoming a scalar, or a rename across the move. Paths are dotted ("price.cents") for a VO member, bare otherwise.
Instance Attribute Summary collapse
-
#from ⇒ Object
Returns the value of attribute from.
-
#to ⇒ Object
Returns the value of attribute to.
Instance Attribute Details
#from ⇒ Object
Returns the value of attribute from
6 7 8 |
# File 'lib/hecks/bluebook/translation.rb', line 6 def from @from end |
#to ⇒ Object
Returns the value of attribute to
6 7 8 |
# File 'lib/hecks/bluebook/translation.rb', line 6 def to @to end |