Class: S3AssetsDeployer::Configuration

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

Defined Under Namespace

Classes: AssetsConfiguration, S3Configuration

Instance Attribute Summary collapse

Instance Attribute Details

#assetsObject

Returns the value of attribute assets.



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

def assets
  @assets
end

#s3Object

Returns the value of attribute s3.



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

def s3
  @s3
end