Class: IronAdmin::Import::ImportPreview

Inherits:
Struct
  • Object
show all
Defined in:
lib/iron_admin/import/import_preview.rb

Instance Attribute Summary collapse

Instance Attribute Details

#errorsObject

Returns the value of attribute errors

Returns:

  • (Object)

    the current value of errors



8
9
10
# File 'lib/iron_admin/import/import_preview.rb', line 8

def errors
  @errors
end

#headersObject

Returns the value of attribute headers

Returns:

  • (Object)

    the current value of headers



8
9
10
# File 'lib/iron_admin/import/import_preview.rb', line 8

def headers
  @headers
end

#mappingObject

Returns the value of attribute mapping

Returns:

  • (Object)

    the current value of mapping



8
9
10
# File 'lib/iron_admin/import/import_preview.rb', line 8

def mapping
  @mapping
end

#rowsObject

Returns the value of attribute rows

Returns:

  • (Object)

    the current value of rows



8
9
10
# File 'lib/iron_admin/import/import_preview.rb', line 8

def rows
  @rows
end

#total_rowsObject

Returns the value of attribute total_rows

Returns:

  • (Object)

    the current value of total_rows



8
9
10
# File 'lib/iron_admin/import/import_preview.rb', line 8

def total_rows
  @total_rows
end