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.



8
9
10
11
# File 'lib/assets_deployer/configuration.rb', line 8

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

Instance Attribute Details

#credentialsObject

Returns the value of attribute credentials

Returns:

  • (Object)

    the current value of credentials



7
8
9
# File 'lib/assets_deployer/configuration.rb', line 7

def credentials
  @credentials
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



7
8
9
# File 'lib/assets_deployer/configuration.rb', line 7

def name
  @name
end

#optionsObject

Returns the value of attribute options

Returns:

  • (Object)

    the current value of options



7
8
9
# File 'lib/assets_deployer/configuration.rb', line 7

def options
  @options
end

#platformObject

Returns the value of attribute platform

Returns:

  • (Object)

    the current value of platform



7
8
9
# File 'lib/assets_deployer/configuration.rb', line 7

def platform
  @platform
end