Class: SmartCsvImport::StabilityAnalysis
- Inherits:
-
Struct
- Object
- Struct
- SmartCsvImport::StabilityAnalysis
- Defined in:
- lib/smart_csv_import/stability_report.rb
Instance Attribute Summary collapse
-
#import_type ⇒ Object
Returns the value of attribute import_type.
-
#imports_analyzed ⇒ Object
Returns the value of attribute imports_analyzed.
-
#stable_fields ⇒ Object
Returns the value of attribute stable_fields.
-
#unstable_fields ⇒ Object
Returns the value of attribute unstable_fields.
Instance Attribute Details
#import_type ⇒ Object
Returns the value of attribute import_type
6 7 8 |
# File 'lib/smart_csv_import/stability_report.rb', line 6 def import_type @import_type end |
#imports_analyzed ⇒ Object
Returns the value of attribute imports_analyzed
6 7 8 |
# File 'lib/smart_csv_import/stability_report.rb', line 6 def imports_analyzed @imports_analyzed end |
#stable_fields ⇒ Object
Returns the value of attribute stable_fields
6 7 8 |
# File 'lib/smart_csv_import/stability_report.rb', line 6 def stable_fields @stable_fields end |
#unstable_fields ⇒ Object
Returns the value of attribute unstable_fields
6 7 8 |
# File 'lib/smart_csv_import/stability_report.rb', line 6 def unstable_fields @unstable_fields end |