Refresh

This website preview.rubydoc.info/gems/s3_assets_deployer/0.1.1/S3AssetsDeployer/Configuration is currently offline. Cloudflare\'s Always Online™ shows a snapshot of this web page from the Internet Archive\'s Wayback Machine. To check for the live version, click Refresh.

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