Class Backup::Storage::Dropbox
In: lib/backup/storage/dropbox.rb
Parent: Base

Methods

new   timeout=  

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

Creates a new instance of the storage object

Public Instance methods

Deprecated as of v3.0.21 - for move to official ‘dropbox-sdk’ gem (v1.1)

[Validate]