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

Methods

email   email=   password   password=   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
timeout  [R]  Deprecated as of v3.0.21 - for move to official ‘dropbox-sdk’ gem (v1.1)

Public Class methods

[Validate]