Class: S3AssetsDeployer::Configuration::S3Configuration

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeS3Configuration

Returns a new instance of S3Configuration.



14
15
# File 'lib/s3_assets_deployer/configuration.rb', line 14

def initialize
end

Instance Attribute Details

#bucketObject

Returns the value of attribute bucket

Returns:

  • (Object)

    the current value of bucket



13
14
15
# File 'lib/s3_assets_deployer/configuration.rb', line 13

def bucket
  @bucket
end

#prefix_keyObject

Returns the value of attribute prefix_key

Returns:

  • (Object)

    the current value of prefix_key



13
14
15
# File 'lib/s3_assets_deployer/configuration.rb', line 13

def prefix_key
  @prefix_key
end