Class: Backup::Configuration::Storage::Ninefold
- Defined in:
- lib/backup/configuration/storage/ninefold.rb
Class Attribute Summary collapse
-
.path ⇒ Object
Ninefold path.
-
.storage_secret ⇒ Object
Ninefold Credentials.
-
.storage_token ⇒ Object
Ninefold Credentials.
Method Summary
Methods inherited from Base
Methods included from Helpers
#clear_defaults!, #load_defaults!
Class Attribute Details
.path ⇒ Object
Ninefold path
15 16 17 |
# File 'lib/backup/configuration/storage/ninefold.rb', line 15 def path @path end |
.storage_secret ⇒ Object
Ninefold Credentials
11 12 13 |
# File 'lib/backup/configuration/storage/ninefold.rb', line 11 def storage_secret @storage_secret end |
.storage_token ⇒ Object
Ninefold Credentials
11 12 13 |
# File 'lib/backup/configuration/storage/ninefold.rb', line 11 def storage_token @storage_token end |