Class: Jets::CLI::Concurrency::Base
- Includes:
- Lambda::Checks, Util::Truthy
- Defined in:
- lib/jets/cli/concurrency/base.rb
Direct Known Subclasses
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
- #account_limit ⇒ Object
-
#initialize(options = {}) ⇒ Base
constructor
A new instance of Base.
Methods included from Util::Truthy
Methods included from Lambda::Checks
#check_deployed!, #check_workers!, #workers_deployed?
Methods inherited from Base
#paginate, #paging_params, rescue_api_error
Methods included from Util::Logging
Methods included from AwsServices
#apigateway, #aws_options, #cfn, #codebuild, #dynamodb, #lambda_client, #logs, #s3, #s3_resource, #sns, #sqs, #ssm, #sts, #wafv2
Methods included from AwsServices::StackStatus
Methods included from AwsServices::GlobalMemoist
Methods included from Api
Constructor Details
#initialize(options = {}) ⇒ Base
Returns a new instance of Base.
6 7 8 9 |
# File 'lib/jets/cli/concurrency/base.rb', line 6 def initialize( = {}) super check_deployed! end |
Instance Method Details
#account_limit ⇒ Object
11 12 13 14 |
# File 'lib/jets/cli/concurrency/base.rb', line 11 def account_limit response = lambda_client.get_account_settings response.account_limit end |