Class: ImportEverything::SqliteParser::TableParser

Inherits:
LineParser show all
Includes:
FromHash
Defined in:
lib/import_everything/parsers/sqlite_parser.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from LineParser

#row_hashes, #value_hashes

Instance Attribute Details

#dbObject

Returns the value of attribute db.



30
31
32
# File 'lib/import_everything/parsers/sqlite_parser.rb', line 30

def db
  @db
end

#tableObject

Returns the value of attribute table.



30
31
32
# File 'lib/import_everything/parsers/sqlite_parser.rb', line 30

def table
  @table
end