Class: AssetsDeployer::Configuration::StorageConfiguration

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeStorageConfiguration

Returns a new instance of StorageConfiguration.



14
15
16
17
# File 'lib/assets_deployer/configuration.rb', line 14

def initialize
  self.credentials = {}
  self.options = {}
end

Instance Attribute Details

#credentialsObject

Returns the value of attribute credentials

Returns:

  • (Object)

    the current value of credentials



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

def credentials
  @credentials
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



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

def name
  @name
end

#optionsObject

Returns the value of attribute options

Returns:

  • (Object)

    the current value of options



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

def options
  @options
end