Class: EcsSolo::AbstractBase
- Inherits:
-
Object
- Object
- EcsSolo::AbstractBase
- Extended by:
- Memoist
- Includes:
- AwsServices
- Defined in:
- lib/ecs_solo/abstract_base.rb
Direct Known Subclasses
Instance Method Summary collapse
-
#initialize(options = {}) ⇒ AbstractBase
constructor
A new instance of AbstractBase.
Methods included from AwsServices
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 = end |