Method: Webhookdb::Service::Middleware::SessionLength#initialize

Defined in:
lib/webhookdb/service/middleware.rb

#initialize(app) ⇒ SessionLength

Returns a new instance of SessionLength.



116
117
118
# File 'lib/webhookdb/service/middleware.rb', line 116

def initialize(app)
  @app = app
end