Class: EcsSolo::AbstractBase

Inherits:
Object
  • Object
show all
Extended by:
Memoist
Includes:
AwsServices
Defined in:
lib/ecs_solo/abstract_base.rb

Direct Known Subclasses

Deploy

Instance Method Summary collapse

Methods included from AwsServices

#cloudformation, #ecs

Constructor Details

#initialize(options = {}) ⇒ AbstractBase

Returns a new instance of AbstractBase.



6
7
8
# File 'lib/ecs_solo/abstract_base.rb', line 6

def initialize(options={})
  @options = options
end