Class: UU::OS::CMD::CommandContextMiddleware
- Inherits:
-
Application::UseCaseContextMiddleware
- Object
- Server::AbstractMiddleware
- Application::UseCaseContextMiddleware
- UU::OS::CMD::CommandContextMiddleware
- Defined in:
- uu_os_cmd-server-2.5.1/lib/uu/os/cmd/command_context_middleware.rb
Instance Method Summary (collapse)
-
- (CommandContextMiddleware) initialize(app)
constructor
A new instance of CommandContextMiddleware.
Methods inherited from Application::UseCaseContextMiddleware
Methods inherited from Server::AbstractMiddleware
Constructor Details
- (CommandContextMiddleware) initialize(app)
Returns a new instance of CommandContextMiddleware
10 11 12 |
# File 'uu_os_cmd-server-2.5.1/lib/uu/os/cmd/command_context_middleware.rb', line 10 def initialize(app) super(app) end |