Method: Deli::Query#initialize

Defined in:
lib/deli/query.rb

#initialize(deli_controller) ⇒ Query

Returns a new instance of Query.



49
50
51
# File 'lib/deli/query.rb', line 49

def initialize(deli_controller)
  @controller = deli_controller
end