Sha256: 2329ff2620b0795aa934bbdebef617c9dea3c4de8cd8f36db9981322348ac354

Contents?: true

Size: 537 Bytes

Versions: 12

Compression:

Stored size: 537 Bytes

Contents

# encoding: utf-8

module Backup
  module Configuration
    module Storage
      class Dropbox < Base
        class << self

          ##
          # Dropbox user credentials
          attr_accessor :email, :password

          ##
          # Dropbox API credentials
          attr_accessor :api_key, :api_secret

          ##
          # Path to where the backups will be stored
          attr_accessor :path

          ##
          # Dropbox connection timeout
          attr_accessor :timeout

        end
      end
    end
  end
end

Version data entries

12 entries across 12 versions & 3 rubygems

Version Path
interu-backup-3.0.16 lib/backup/configuration/storage/dropbox.rb
backup-3.0.16 lib/backup/configuration/storage/dropbox.rb
backup-3.0.15 lib/backup/configuration/storage/dropbox.rb
backup-3.0.14 lib/backup/configuration/storage/dropbox.rb
backup-3.0.13 lib/backup/configuration/storage/dropbox.rb
backup-3.0.12 lib/backup/configuration/storage/dropbox.rb
backup-3.0.11 lib/backup/configuration/storage/dropbox.rb
alg-backup-3.0.10 lib/backup/configuration/storage/dropbox.rb
backup-3.0.10 lib/backup/configuration/storage/dropbox.rb
backup-3.0.9 lib/backup/configuration/storage/dropbox.rb
backup-3.0.8 lib/backup/configuration/storage/dropbox.rb
backup-3.0.7 lib/backup/configuration/storage/dropbox.rb