Class: Rack::Tracker::HandlerSet::Handler

Inherits:
Struct
  • Object
show all
Defined in:
lib/rack/tracker.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#configurationObject

Returns the value of attribute configuration



73
74
75
# File 'lib/rack/tracker.rb', line 73

def configuration
  @configuration
end

#klassObject

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