class Impex::Row

Attributes

columns[R]
table[R]

Public Class Methods

new(columns = {}, file_config = {}) click to toggle source
# File lib/impex/row.rb, line 5
def initialize(columns = {}, file_config = {})
  @columns = columns
  @table   = file_config[:table]
end