Class: S3AssetsDeployer::Configuration::S3Configuration
- Inherits:
-
Struct
- Object
- Struct
- S3AssetsDeployer::Configuration::S3Configuration
- Defined in:
- lib/s3_assets_deployer/configuration.rb
Instance Attribute Summary collapse
-
#bucket ⇒ Object
Returns the value of attribute bucket.
-
#credentials ⇒ Object
Returns the value of attribute credentials.
-
#prefix_key ⇒ Object
Returns the value of attribute prefix_key.
-
#region ⇒ Object
Returns the value of attribute region.
Instance Method Summary collapse
-
#initialize ⇒ S3Configuration
constructor
A new instance of S3Configuration.
Constructor Details
#initialize ⇒ S3Configuration
Returns a new instance of S3Configuration.
13 14 15 |
# File 'lib/s3_assets_deployer/configuration.rb', line 13 def initialize self.credentials = {} end |
Instance Attribute Details
#bucket ⇒ Object
Returns the value of attribute bucket
12 13 14 |
# File 'lib/s3_assets_deployer/configuration.rb', line 12 def bucket @bucket end |
#credentials ⇒ Object
Returns the value of attribute credentials
12 13 14 |
# File 'lib/s3_assets_deployer/configuration.rb', line 12 def credentials @credentials end |
#prefix_key ⇒ Object
Returns the value of attribute prefix_key
12 13 14 |
# File 'lib/s3_assets_deployer/configuration.rb', line 12 def prefix_key @prefix_key end |
#region ⇒ Object
Returns the value of attribute region
12 13 14 |
# File 'lib/s3_assets_deployer/configuration.rb', line 12 def region @region end |