Class: Rack::Tracker::HandlerSet::Handler
- Inherits:
-
Struct
- Object
- Struct
- Rack::Tracker::HandlerSet::Handler
- Defined in:
- lib/rack/tracker.rb
Instance Attribute Summary collapse
-
#configuration ⇒ Object
Returns the value of attribute configuration.
-
#klass ⇒ Object
Returns the value of attribute klass.
Instance Method Summary collapse
Instance Attribute Details
#configuration ⇒ Object
Returns the value of attribute configuration
73 74 75 |
# File 'lib/rack/tracker.rb', line 73 def configuration @configuration end |
#klass ⇒ Object
Returns the value of attribute klass
73 74 75 |
# File 'lib/rack/tracker.rb', line 73 def klass @klass end |
Instance Method Details
#init(env) ⇒ Object
74 75 76 |
# File 'lib/rack/tracker.rb', line 74 def init(env) klass.new(env, configuration) end |