Class: Vial::FixtureIdStandardizer::Change

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

Instance Attribute Summary collapse

Instance Attribute Details

#current_idObject (readonly)

Returns the value of attribute current_id

Returns:

  • (Object)

    the current value of current_id



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

def current_id
  @current_id
end

#id_typeObject (readonly)

Returns the value of attribute id_type

Returns:

  • (Object)

    the current value of id_type



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

def id_type
  @id_type
end

#labelObject (readonly)

Returns the value of attribute label

Returns:

  • (Object)

    the current value of label



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

def label
  @label
end

#new_idObject (readonly)

Returns the value of attribute new_id

Returns:

  • (Object)

    the current value of new_id



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

def new_id
  @new_id
end

#primary_keyObject (readonly)

Returns the value of attribute primary_key

Returns:

  • (Object)

    the current value of primary_key



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

def primary_key
  @primary_key
end