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



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



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

def credentials
  @credentials
end

#nameObject

Returns the value of attribute name



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

def name
  @name
end

#optionsObject

Returns the value of attribute options



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

def options
  @options
end