Class: Vial::FixtureIdStandardizer::Change
- Inherits:
-
Data
- Object
- Data
- Vial::FixtureIdStandardizer::Change
- Defined in:
- lib/vial/fixture_id_standardizer.rb
Instance Attribute Summary collapse
-
#current_id ⇒ Object
readonly
Returns the value of attribute current_id.
-
#id_type ⇒ Object
readonly
Returns the value of attribute id_type.
-
#label ⇒ Object
readonly
Returns the value of attribute label.
-
#new_id ⇒ Object
readonly
Returns the value of attribute new_id.
-
#primary_key ⇒ Object
readonly
Returns the value of attribute primary_key.
Instance Attribute Details
#current_id ⇒ Object (readonly)
Returns the value of attribute current_id
6 7 8 |
# File 'lib/vial/fixture_id_standardizer.rb', line 6 def current_id @current_id end |
#id_type ⇒ Object (readonly)
Returns the value of attribute id_type
6 7 8 |
# File 'lib/vial/fixture_id_standardizer.rb', line 6 def id_type @id_type end |
#label ⇒ Object (readonly)
Returns the value of attribute label
6 7 8 |
# File 'lib/vial/fixture_id_standardizer.rb', line 6 def label @label end |
#new_id ⇒ Object (readonly)
Returns the value of attribute new_id
6 7 8 |
# File 'lib/vial/fixture_id_standardizer.rb', line 6 def new_id @new_id end |
#primary_key ⇒ Object (readonly)
Returns the value of attribute primary_key
6 7 8 |
# File 'lib/vial/fixture_id_standardizer.rb', line 6 def primary_key @primary_key end |