Class: S3AssetsDeployer::Configuration::AssetsConfiguration
- Inherits:
-
Struct
- Object
- Struct
- S3AssetsDeployer::Configuration::AssetsConfiguration
- Defined in:
- lib/s3_assets_deployer/configuration.rb
Instance Attribute Summary collapse
-
#ignore_paths ⇒ Object
Returns the value of attribute ignore_paths.
-
#prefix_paths ⇒ Object
Returns the value of attribute prefix_paths.
-
#root_path ⇒ Object
Returns the value of attribute root_path.
Instance Method Summary collapse
-
#initialize ⇒ AssetsConfiguration
constructor
A new instance of AssetsConfiguration.
Constructor Details
#initialize ⇒ AssetsConfiguration
Returns a new instance of AssetsConfiguration.
7 8 9 10 |
# File 'lib/s3_assets_deployer/configuration.rb', line 7 def initialize self.prefix_paths = ['assets'] self.ignore_paths = [] end |
Instance Attribute Details
#ignore_paths ⇒ Object
Returns the value of attribute ignore_paths
6 7 8 |
# File 'lib/s3_assets_deployer/configuration.rb', line 6 def ignore_paths @ignore_paths end |
#prefix_paths ⇒ Object
Returns the value of attribute prefix_paths
6 7 8 |
# File 'lib/s3_assets_deployer/configuration.rb', line 6 def prefix_paths @prefix_paths end |
#root_path ⇒ Object
Returns the value of attribute root_path
6 7 8 |
# File 'lib/s3_assets_deployer/configuration.rb', line 6 def root_path @root_path end |