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!, #load_defaults!

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

.auth_urlObject

Rackspace Cloud Files Credentials



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

def auth_url
  @auth_url
end

.containerObject

Rackspace Cloud Files container name and path



19
20
21
# File 'lib/backup/configuration/storage/cloudfiles.rb', line 19

def container
  @container
end

.pathObject

Rackspace Cloud Files container name and path



19
20
21
# File 'lib/backup/configuration/storage/cloudfiles.rb', line 19

def path
  @path
end

.servicenetObject

Rackspace Service Net (Allows for LAN-based transfers to avoid charges and improve performance)



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

def servicenet
  @servicenet
end

.usernameObject

Rackspace Cloud Files Credentials



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

def username
  @username
end