Class: Backup::Storage::Dropbox
- Defined in:
- lib/backup/storage/dropbox.rb
Instance Method Summary collapse
-
#initialize(adapter) ⇒ Dropbox
constructor
A new instance of Dropbox.
Methods included from CommandHelper
Constructor Details
#initialize(adapter) ⇒ Dropbox
Returns a new instance of Dropbox.
6 7 8 9 |
# File 'lib/backup/storage/dropbox.rb', line 6 def initialize(adapter) dropbox = Backup::Connection::Dropbox.new(adapter) dropbox.store end |