Class: Airfoil::Middleware::Base

Inherits:
Object
  • Object
show all
Defined in:
lib/airfoil/middleware/base.rb

Direct Known Subclasses

FunctionName, LogEvent, LoggerTagging, SetRequestId

Instance Method Summary collapse

Constructor Details

#initialize(app) ⇒ Base

Returns a new instance of Base.



4
5
6
# File 'lib/airfoil/middleware/base.rb', line 4

def initialize(app)
  @app = app
end