Class: SmartCsvImport::StabilityAnalysis

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

Instance Attribute Summary collapse

Instance Attribute Details

#import_typeObject

Returns the value of attribute import_type

Returns:

  • (Object)

    the current value of import_type



6
7
8
# File 'lib/smart_csv_import/stability_report.rb', line 6

def import_type
  @import_type
end

#imports_analyzedObject

Returns the value of attribute imports_analyzed

Returns:

  • (Object)

    the current value of imports_analyzed



6
7
8
# File 'lib/smart_csv_import/stability_report.rb', line 6

def imports_analyzed
  @imports_analyzed
end

#stable_fieldsObject

Returns the value of attribute stable_fields

Returns:

  • (Object)

    the current value of stable_fields



6
7
8
# File 'lib/smart_csv_import/stability_report.rb', line 6

def stable_fields
  @stable_fields
end

#unstable_fieldsObject

Returns the value of attribute unstable_fields

Returns:

  • (Object)

    the current value of unstable_fields



6
7
8
# File 'lib/smart_csv_import/stability_report.rb', line 6

def unstable_fields
  @unstable_fields
end