class LogicalQueryParser::Assoc

Attributes

column_mapping[RW]
current[RW]
structure[RW]

Public Class Methods

new(attrs = {}) click to toggle source
# File lib/logical_query_parser/assoc.rb, line 6
def initialize(attrs = {})
  @column_mapping = {}
  @structure = {}
end