Class: Jets::Remote::Base
- Inherits:
-
Object
- Object
- Jets::Remote::Base
- Extended by:
- Memoist
- Includes:
- AwsServices, Util::Logging
- Defined in:
- lib/jets/remote/base.rb
Instance Method Summary collapse
-
#initialize(options) ⇒ Base
constructor
A new instance of Base.
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
Constructor Details
#initialize(options) ⇒ Base
Returns a new instance of Base.
7 8 9 |
# File 'lib/jets/remote/base.rb', line 7 def initialize() @options = end |