Class: SmartCsvImport::StableField

Inherits:
Struct
  • Object
show all
Defined in:
lib/smart_csv_import/stability_report.rb

Instance Attribute Summary collapse

Instance Attribute Details

#consistency_rateObject

Returns the value of attribute consistency_rate

Returns:

  • (Object)

    the current value of consistency_rate



4
5
6
# File 'lib/smart_csv_import/stability_report.rb', line 4

def consistency_rate
  @consistency_rate
end

#csv_headerObject

Returns the value of attribute csv_header

Returns:

  • (Object)

    the current value of csv_header



4
5
6
# File 'lib/smart_csv_import/stability_report.rb', line 4

def csv_header
  @csv_header
end

#strategyObject

Returns the value of attribute strategy

Returns:

  • (Object)

    the current value of strategy



4
5
6
# File 'lib/smart_csv_import/stability_report.rb', line 4

def strategy
  @strategy
end

#target_fieldObject

Returns the value of attribute target_field

Returns:

  • (Object)

    the current value of target_field



4
5
6
# File 'lib/smart_csv_import/stability_report.rb', line 4

def target_field
  @target_field
end