Class: Backup::Configuration::Storage::CloudFiles

Inherits:
Base
  • Object
show all
Defined in:
lib/backup/configuration/storage/cloudfiles.rb

Class Attribute Summary collapse

Method Summary

Methods inherited from Base

defaults

Methods included from Helpers

#clear_defaults!, #getter_methods, #load_defaults!, #setter_methods

Class Attribute Details

.api_keyObject

Rackspace Cloud Files Credentials



11
12
13
# File 'lib/backup/configuration/storage/cloudfiles.rb', line 11

def api_key
  @api_key
end

.containerObject

Rackspace Cloud Files container name and path



15
16
17
# File 'lib/backup/configuration/storage/cloudfiles.rb', line 15

def container
  @container
end

.pathObject

Rackspace Cloud Files container name and path



15
16
17
# File 'lib/backup/configuration/storage/cloudfiles.rb', line 15

def path
  @path
end

.usernameObject

Rackspace Cloud Files Credentials



11
12
13
# File 'lib/backup/configuration/storage/cloudfiles.rb', line 11

def username
  @username
end