class Importer::Column::Data
Holds load-time data
Attributes
errors[RW]
header_text[RW]
index[RW]
Public Class Methods
new()
click to toggle source
# File lib/iron/import/column.rb, line 69 def initialize @errors = [] end
Public Instance Methods
pos()
click to toggle source
# File lib/iron/import/column.rb, line 73 def pos @index ? Column::index_to_pos(@index) : 'Not Found' end