Class: UU::OS::CMD::CommandContextMiddleware

Inherits:
Application::UseCaseContextMiddleware show all
Defined in:
uu_os_cmd-server-2.5.1/lib/uu/os/cmd/command_context_middleware.rb

Instance Method Summary (collapse)

Methods inherited from Application::UseCaseContextMiddleware

#call

Methods inherited from Server::AbstractMiddleware

#call

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