Class: S3AssetsDeployer::Configuration
- Inherits:
-
Object
- Object
- S3AssetsDeployer::Configuration
- Defined in:
- lib/s3_assets_deployer/configuration.rb
Defined Under Namespace
Classes: AssetsConfiguration, S3Configuration
Instance Attribute Summary collapse
-
#assets ⇒ Object
Returns the value of attribute assets.
-
#s3 ⇒ Object
Returns the value of attribute s3.
Instance Attribute Details
#assets ⇒ Object
Returns the value of attribute assets.
3 4 5 |
# File 'lib/s3_assets_deployer/configuration.rb', line 3 def assets @assets end |
#s3 ⇒ Object
Returns the value of attribute s3.
3 4 5 |
# File 'lib/s3_assets_deployer/configuration.rb', line 3 def s3 @s3 end |