Class: SmartCsvImport::StableField
- Inherits:
-
Struct
- Object
- Struct
- SmartCsvImport::StableField
- Defined in:
- lib/smart_csv_import/stability_report.rb
Instance Attribute Summary collapse
-
#consistency_rate ⇒ Object
Returns the value of attribute consistency_rate.
-
#csv_header ⇒ Object
Returns the value of attribute csv_header.
-
#strategy ⇒ Object
Returns the value of attribute strategy.
-
#target_field ⇒ Object
Returns the value of attribute target_field.
Instance Attribute Details
#consistency_rate ⇒ Object
Returns the value of attribute consistency_rate
4 5 6 |
# File 'lib/smart_csv_import/stability_report.rb', line 4 def consistency_rate @consistency_rate end |
#csv_header ⇒ Object
Returns the value of attribute csv_header
4 5 6 |
# File 'lib/smart_csv_import/stability_report.rb', line 4 def csv_header @csv_header end |
#strategy ⇒ Object
Returns the value of attribute strategy
4 5 6 |
# File 'lib/smart_csv_import/stability_report.rb', line 4 def strategy @strategy end |
#target_field ⇒ Object
Returns the value of attribute target_field
4 5 6 |
# File 'lib/smart_csv_import/stability_report.rb', line 4 def target_field @target_field end |