Class: Vial::FixtureIdStandardizer::Update

Inherits:
Data
  • Object
show all
Defined in:
lib/vial/fixture_id_standardizer.rb

Instance Attribute Summary collapse

Instance Attribute Details

#changesObject (readonly)

Returns the value of attribute changes

Returns:

  • (Object)

    the current value of changes



5
6
7
# File 'lib/vial/fixture_id_standardizer.rb', line 5

def changes
  @changes
end

#fileObject (readonly)

Returns the value of attribute file

Returns:

  • (Object)

    the current value of file



5
6
7
# File 'lib/vial/fixture_id_standardizer.rb', line 5

def file
  @file
end

#model_classObject (readonly)

Returns the value of attribute model_class

Returns:

  • (Object)

    the current value of model_class



5
6
7
# File 'lib/vial/fixture_id_standardizer.rb', line 5

def model_class
  @model_class
end

#primary_keyObject (readonly)

Returns the value of attribute primary_key

Returns:

  • (Object)

    the current value of primary_key



5
6
7
# File 'lib/vial/fixture_id_standardizer.rb', line 5

def primary_key
  @primary_key
end

#primary_key_typeObject (readonly)

Returns the value of attribute primary_key_type

Returns:

  • (Object)

    the current value of primary_key_type



5
6
7
# File 'lib/vial/fixture_id_standardizer.rb', line 5

def primary_key_type
  @primary_key_type
end