Method: Jets::Lambda::Task#full_handler

Defined in:
lib/jets/lambda/task.rb

#full_handler(handler_function) ⇒ Object



82
83
84
# File 'lib/jets/lambda/task.rb', line 82

def full_handler(handler_function)
  "#{handler_base}.#{handler_function}"
end