Class: NoBrainer::QueryRunner::Middleware
- Inherits:
-
Object
- Object
- NoBrainer::QueryRunner::Middleware
- Defined in:
- lib/no_brainer/query_runner.rb
Direct Known Subclasses
ConnectionLock, DatabaseOnDemand, Driver, EMDriver, MissingIndex, Profiler, Reconnect, RunOptions, TableOnDemand, WriteError
Instance Method Summary collapse
-
#initialize(runner) ⇒ Middleware
constructor
A new instance of Middleware.
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 |