Method: ForestLiana::LiveQueryChecker#initialize

Defined in:
app/services/forest_liana/live_query_checker.rb

#initialize(query, context) ⇒ LiveQueryChecker

Returns a new instance of LiveQueryChecker.



5
6
7
8
# File 'app/services/forest_liana/live_query_checker.rb', line 5

def initialize(query, context)
  @query = query.strip
  @context = context
end