Sha256: b365502b3c946bc2f385276636c0c139f87fe4f12ac8b7752d4736f7d06a73f6

Contents?: true

Size: 451 Bytes

Versions: 10

Compression:

Stored size: 451 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

        end
      end
    end
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
backup-3.0.6 lib/backup/configuration/storage/dropbox.rb
backup-3.0.5 lib/backup/configuration/storage/dropbox.rb
backup-3.0.4 lib/backup/configuration/storage/dropbox.rb
backup-3.0.3 lib/backup/configuration/storage/dropbox.rb
backup-3.0.2.build.0 lib/backup/configuration/storage/dropbox.rb
backup-3.0.2 lib/backup/configuration/storage/dropbox.rb
backup-3.0.1.build.0 lib/backup/configuration/storage/dropbox.rb
backup-3.0.1 lib/backup/configuration/storage/dropbox.rb
backup-3.0.0.build.0 lib/backup/configuration/storage/dropbox.rb
backup-3.0.0 lib/backup/configuration/storage/dropbox.rb