Class: Backup::Configuration::Storage::CloudFiles
- Defined in:
- lib/backup/configuration/storage/cloudfiles.rb
Class Attribute Summary collapse
-
.api_key ⇒ Object
Rackspace Cloud Files Credentials.
-
.auth_url ⇒ Object
Rackspace Cloud Files Credentials.
-
.container ⇒ Object
Rackspace Cloud Files container name and path.
-
.path ⇒ Object
Rackspace Cloud Files container name and path.
-
.servicenet ⇒ Object
Rackspace Service Net (Allows for LAN-based transfers to avoid charges and improve performance).
-
.username ⇒ Object
Rackspace Cloud Files Credentials.
Method Summary
Methods inherited from Base
Methods included from Helpers
#clear_defaults!, #load_defaults!
Class Attribute Details
.api_key ⇒ Object
Rackspace Cloud Files Credentials
11 12 13 |
# File 'lib/backup/configuration/storage/cloudfiles.rb', line 11 def api_key @api_key end |
.auth_url ⇒ Object
Rackspace Cloud Files Credentials
11 12 13 |
# File 'lib/backup/configuration/storage/cloudfiles.rb', line 11 def auth_url @auth_url end |
.container ⇒ Object
Rackspace Cloud Files container name and path
19 20 21 |
# File 'lib/backup/configuration/storage/cloudfiles.rb', line 19 def container @container end |
.path ⇒ Object
Rackspace Cloud Files container name and path
19 20 21 |
# File 'lib/backup/configuration/storage/cloudfiles.rb', line 19 def path @path end |
.servicenet ⇒ Object
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 |
.username ⇒ Object
Rackspace Cloud Files Credentials
11 12 13 |
# File 'lib/backup/configuration/storage/cloudfiles.rb', line 11 def username @username end |