Class: IronAdmin::Import::ImportResult

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

Instance Attribute Summary collapse

Instance Attribute Details

#created_countObject

Returns the value of attribute created_count

Returns:

  • (Object)

    the current value of created_count



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

def created_count
  @created_count
end

#errorsObject

Returns the value of attribute errors

Returns:

  • (Object)

    the current value of errors



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

def errors
  @errors
end

#failed_countObject

Returns the value of attribute failed_count

Returns:

  • (Object)

    the current value of failed_count



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

def failed_count
  @failed_count
end

#rowsObject

Returns the value of attribute rows

Returns:

  • (Object)

    the current value of rows



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

def rows
  @rows
end

#updated_countObject

Returns the value of attribute updated_count

Returns:

  • (Object)

    the current value of updated_count



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

def updated_count
  @updated_count
end