Class: ImportEverything::SqliteParser::TableParser
- Inherits:
-
LineParser
- Object
- LineParser
- ImportEverything::SqliteParser::TableParser
- Includes:
- FromHash
- Defined in:
- lib/import_everything/parsers/sqlite_parser.rb
Instance Attribute Summary collapse
-
#db ⇒ Object
Returns the value of attribute db.
-
#table ⇒ Object
Returns the value of attribute table.
Method Summary
Methods inherited from LineParser
Instance Attribute Details
#db ⇒ Object
Returns the value of attribute db.
30 31 32 |
# File 'lib/import_everything/parsers/sqlite_parser.rb', line 30 def db @db end |
#table ⇒ Object
Returns the value of attribute table.
30 31 32 |
# File 'lib/import_everything/parsers/sqlite_parser.rb', line 30 def table @table end |