Class: Lam::Process

Inherits:
Command show all
Defined in:
lib/lam/process.rb,
lib/lam/process/controller_processor.rb

Defined Under Namespace

Classes: BaseProcessor, ControllerProcessor, Help, ProcessorDeducer

Instance Method Summary collapse

Methods inherited from Command

dispatch

Instance Method Details

#controller(event, context, handler) ⇒ Object



15
16
17
# File 'lib/lam/process.rb', line 15

def controller(event, context, handler)
  ControllerProcessor.new(event, context, handler).run
end