Class
Backup::Storage::Dropbox
In:
lib/backup/storage/dropbox.rb
Parent:
Base
Methods
new
Attributes
access_type
[RW]
Dropbox
Access Type Valid values are:
:app_folder (default) :dropbox (full access)
api_key
[RW]
Dropbox
API credentials
api_secret
[RW]
Dropbox
API credentials
path
[RW]
Path to where the backups will be stored
Public Class methods
new
(model, storage_id = nil, &block)
Creates a
new
instance of the storage object
[Validate]