Class: AssetsDeployer::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/assets_deployer/configuration.rb

Defined Under Namespace

Classes: StorageConfiguration

Instance Attribute Summary collapse

Instance Attribute Details

#assets_prefixesObject

Returns the value of attribute assets_prefixes.



3
4
5
# File 'lib/assets_deployer/configuration.rb', line 3

def assets_prefixes
  @assets_prefixes
end

#assets_root_pathObject

Returns the value of attribute assets_root_path.



3
4
5
# File 'lib/assets_deployer/configuration.rb', line 3

def assets_root_path
  @assets_root_path
end

#storageObject

Returns the value of attribute storage.



3
4
5
# File 'lib/assets_deployer/configuration.rb', line 3

def storage
  @storage
end