Class: Hecks::Bluebook::TranslationBackfill
- Inherits:
-
Struct
- Object
- Struct
- Hecks::Bluebook::TranslationBackfill
- Defined in:
- lib/hecks/bluebook/translation.rb
Overview
A newly added, required attribute with no source in old data at
all — not a rename, move, or convert, all of which need a FROM
path in the old shape. default is the value an existing record
reads until the next command against it writes a real one; unlike
compute, this is adapter-agnostic — applied in-process by
Lineage#translate, the same as rename/move/drop, because there is
nothing to compute, only a value to declare.
Instance Attribute Summary collapse
-
#default ⇒ Object
Returns the value of attribute default.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#default ⇒ Object
Returns the value of attribute default
47 48 49 |
# File 'lib/hecks/bluebook/translation.rb', line 47 def default @default end |
#name ⇒ Object
Returns the value of attribute name
47 48 49 |
# File 'lib/hecks/bluebook/translation.rb', line 47 def name @name end |