Class: Rethinker::QueryRunner::Middleware

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

Instance Method Summary collapse

Constructor Details

#initialize(runner) ⇒ Middleware

Returns a new instance of Middleware.



7
8
9
# File 'lib/rethinker/query_runner.rb', line 7

def initialize(runner)
  @runner = runner
end