Method: Lhm::Table::Parser#initialize
- Defined in:
- lib/lhm/table.rb
#initialize(table_name, connection) ⇒ Parser
Returns a new instance of Parser.
35 36 37 38 39 |
# File 'lib/lhm/table.rb', line 35 def initialize(table_name, connection) @table_name = table_name.to_s @schema_name = connection.current_database @connection = connection end |