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