Class: Backup::Configuration::Storage::Ninefold

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

Class Attribute Summary collapse

Method Summary

Methods inherited from Base

defaults

Methods included from Helpers

#clear_defaults!, #load_defaults!

Class Attribute Details

.pathObject

Ninefold path



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

def path
  @path
end

.storage_secretObject

Ninefold Credentials



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

def storage_secret
  @storage_secret
end

.storage_tokenObject

Ninefold Credentials



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

def storage_token
  @storage_token
end