Creates a new instance of the storage object
# File lib/backup/storage/dropbox.rb, line 37 def initialize(model, storage_id = nil) super @path ||= 'backups' @access_type ||= :app_folder @chunk_size ||= 4 # MiB @max_retries ||= 10 @retry_waitsec ||= 30 path.sub!(/^\//, '') end
Generated with the Darkfish Rdoc Generator 2.