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
16
# File 'lib/s3_assets_deployer/configuration.rb', line 14

def initialize
  self.credentials = {}
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

#credentialsObject

Returns the value of attribute credentials

Returns:

  • (Object)

    the current value of credentials



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

def credentials
  @credentials
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

#regionObject

Returns the value of attribute region

Returns:

  • (Object)

    the current value of region



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

def region
  @region
end