Class: S3Repo::Base

Inherits:
Object
  • Object
show all
Defined in:
lib/s3repo/base.rb

Overview

Base object, used to provide common attributes

Direct Known Subclasses

Cache, Metadata, Repo, Signer, Templates

Instance Method Summary collapse

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