Class: Vial::FixtureIdStandardizer::Update
- Inherits:
-
Data
- Object
- Data
- Vial::FixtureIdStandardizer::Update
- Defined in:
- lib/vial/fixture_id_standardizer.rb
Instance Attribute Summary collapse
-
#changes ⇒ Object
readonly
Returns the value of attribute changes.
-
#file ⇒ Object
readonly
Returns the value of attribute file.
-
#model_class ⇒ Object
readonly
Returns the value of attribute model_class.
-
#primary_key ⇒ Object
readonly
Returns the value of attribute primary_key.
-
#primary_key_type ⇒ Object
readonly
Returns the value of attribute primary_key_type.
Instance Attribute Details
#changes ⇒ Object (readonly)
Returns the value of attribute changes
5 6 7 |
# File 'lib/vial/fixture_id_standardizer.rb', line 5 def changes @changes end |
#file ⇒ Object (readonly)
Returns the value of attribute file
5 6 7 |
# File 'lib/vial/fixture_id_standardizer.rb', line 5 def file @file end |
#model_class ⇒ Object (readonly)
Returns the value of attribute model_class
5 6 7 |
# File 'lib/vial/fixture_id_standardizer.rb', line 5 def model_class @model_class end |
#primary_key ⇒ Object (readonly)
Returns the value of attribute primary_key
5 6 7 |
# File 'lib/vial/fixture_id_standardizer.rb', line 5 def primary_key @primary_key end |
#primary_key_type ⇒ Object (readonly)
Returns the value of attribute primary_key_type
5 6 7 |
# File 'lib/vial/fixture_id_standardizer.rb', line 5 def primary_key_type @primary_key_type end |