Class: Jets::Remote::Base

Inherits:
Object
  • Object
show all
Extended by:
Memoist
Includes:
AwsServices, Util::Logging
Defined in:
lib/jets/remote/base.rb

Direct Known Subclasses

Download, Runner, Tailer

Instance Method Summary collapse

Methods included from Util::Logging

#log

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

#output_value, #stack_exists?

Methods included from AwsServices::GlobalMemoist

included, #reset_cache!

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)
  @options = options
end