Class: Breadbox::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/breadbox/configuration.rb

Direct Known Subclasses

NullConfiguration

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeConfiguration

Returns a new instance of Configuration.



10
11
12
# File 'lib/breadbox/configuration.rb', line 10

def initialize
  @root_path = default_root_path
end

Instance Attribute Details

#dropbox_access_tokenObject

Returns the value of attribute dropbox_access_token.



3
4
5
# File 'lib/breadbox/configuration.rb', line 3

def dropbox_access_token
  @dropbox_access_token
end

#providerObject

Returns the value of attribute provider.



3
4
5
# File 'lib/breadbox/configuration.rb', line 3

def provider
  @provider
end

#root_pathObject

Returns the value of attribute root_path.



3
4
5
# File 'lib/breadbox/configuration.rb', line 3

def root_path
  @root_path
end

#s3_access_key_idObject

Returns the value of attribute s3_access_key_id.



3
4
5
# File 'lib/breadbox/configuration.rb', line 3

def s3_access_key_id
  @s3_access_key_id
end

#s3_bucketObject

Returns the value of attribute s3_bucket.



3
4
5
# File 'lib/breadbox/configuration.rb', line 3

def s3_bucket
  @s3_bucket
end

#s3_secret_access_keyObject

Returns the value of attribute s3_secret_access_key.



3
4
5
# File 'lib/breadbox/configuration.rb', line 3

def s3_secret_access_key
  @s3_secret_access_key
end