class Impex::File

Attributes

file[R]
table[R]

Public Class Methods

new(file, config = {}) click to toggle source
# File lib/impex/file.rb, line 11
def initialize(file, config = {})
  @file = file
  @rows = []
  @table = config[:table].classify.constantize
end