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