Method: Surus::JSON::Query#initialize

Defined in:
lib/surus/json/query.rb

#initialize(original_scope, options = {}) ⇒ Query

Returns a new instance of Query.



7
8
9
10
# File 'lib/surus/json/query.rb', line 7

def initialize(original_scope, options={})
  @original_scope = original_scope
  @options = options
end