Class: S3Repo::Base
- Inherits:
-
Object
- Object
- S3Repo::Base
- Defined in:
- lib/s3repo/base.rb
Overview
Base object, used to provide common attributes
Instance Method Summary collapse
-
#initialize(params = {}) ⇒ Base
constructor
A new instance of Base.
Constructor Details
#initialize(params = {}) ⇒ Base
Returns a new instance of Base.
7 8 9 |
# File 'lib/s3repo/base.rb', line 7 def initialize(params = {}) @options = params end |