Class: Hecks::Bluebook::TranslationRetype
- Inherits:
-
Struct
- Object
- Struct
- Hecks::Bluebook::TranslationRetype
- Defined in:
- lib/hecks/bluebook/translation.rb
Overview
A value object's or entity's own TYPE NAME changed with its member
structure unchanged — the one drift rename/move cannot express,
because the attribute kept its name and only the type it points at
was renamed. Mirrors was: one level deeper.
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
20 21 22 |
# File 'lib/hecks/bluebook/translation.rb', line 20 def from @from end |
#to ⇒ Object
Returns the value of attribute to
20 21 22 |
# File 'lib/hecks/bluebook/translation.rb', line 20 def to @to end |