Module: Jets::CLI::Lambda::Functions
- Extended by:
- Memoist
- Included in:
- Concurrency::Info, Maintenance::Worker::Base
- Defined in:
- lib/jets/cli/lambda/functions.rb
Instance Method Summary collapse
Instance Method Details
#lambda_functions ⇒ Object
4 5 6 7 |
# File 'lib/jets/cli/lambda/functions.rb', line 4 def lambda_functions names = Jets::CLI::Functions.new(full: true).all names.map { |name| Jets::CLI::Lambda::Function.new(name) } end |