Class: AssetsDeployer::Configuration::StorageConfiguration
- Inherits:
-
Struct
- Object
- Struct
- AssetsDeployer::Configuration::StorageConfiguration
- Defined in:
- lib/assets_deployer/configuration.rb
Instance Attribute Summary collapse
-
#credentials ⇒ Object
Returns the value of attribute credentials.
-
#name ⇒ Object
Returns the value of attribute name.
-
#options ⇒ Object
Returns the value of attribute options.
Instance Method Summary collapse
-
#initialize ⇒ StorageConfiguration
constructor
A new instance of StorageConfiguration.
Constructor Details
#initialize ⇒ StorageConfiguration
14 15 16 17 |
# File 'lib/assets_deployer/configuration.rb', line 14 def initialize self.credentials = {} self. = {} end |
Instance Attribute Details
#credentials ⇒ Object
Returns the value of attribute credentials
13 14 15 |
# File 'lib/assets_deployer/configuration.rb', line 13 def credentials @credentials end |
#name ⇒ Object
Returns the value of attribute name
13 14 15 |
# File 'lib/assets_deployer/configuration.rb', line 13 def name @name end |
#options ⇒ Object
Returns the value of attribute options
13 14 15 |
# File 'lib/assets_deployer/configuration.rb', line 13 def end |