Method: OrderQuery::Point#initialize

Defined in:
lib/order_query/point.rb

#initialize(record, space) ⇒ Point

Returns a new instance of Point.

Parameters:



15
16
17
18
19
# File 'lib/order_query/point.rb', line 15

def initialize(record, space)
  @record    = record
  @space     = space
  @where_sql = SQL::Where.new(self)
end