Class: Claws::Collection::Base
- Inherits:
-
Object
- Object
- Claws::Collection::Base
- Defined in:
- lib/claws/collection/base.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#config ⇒ Object
Returns the value of attribute config.
Instance Method Summary collapse
-
#initialize(config) ⇒ Base
constructor
A new instance of Base.
Constructor Details
#initialize(config) ⇒ Base
Returns a new instance of Base.
8 9 10 11 12 |
# File 'lib/claws/collection/base.rb', line 8 def initialize( config ) self.config = config AWS.config(config.aws) AWS.start_memoizing end |
Instance Attribute Details
#config ⇒ Object
Returns the value of attribute config.
6 7 8 |
# File 'lib/claws/collection/base.rb', line 6 def config @config end |