Class: IronAdmin::Import::Row

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

Instance Attribute Summary collapse

Instance Attribute Details

#attributesObject

Returns the value of attribute attributes

Returns:

  • (Object)

    the current value of attributes



5
6
7
# File 'lib/iron_admin/import/import_result.rb', line 5

def attributes
  @attributes
end

#errorsObject

Returns the value of attribute errors

Returns:

  • (Object)

    the current value of errors



5
6
7
# File 'lib/iron_admin/import/import_result.rb', line 5

def errors
  @errors
end

#numberObject

Returns the value of attribute number

Returns:

  • (Object)

    the current value of number



5
6
7
# File 'lib/iron_admin/import/import_result.rb', line 5

def number
  @number
end