Class: NoBrainer::QueryRunner::Middleware

Inherits:
Object
  • Object
show all
Defined in:
lib/no_brainer/query_runner.rb

Instance Method Summary collapse

Constructor Details

#initialize(runner) ⇒ Middleware

Returns a new instance of Middleware.



8
9
10
# File 'lib/no_brainer/query_runner.rb', line 8

def initialize(runner)
  @runner = runner
end