Class: DropboxApi::Results::SaveUrlResult

Inherits:
Base
  • Object
show all
Defined in:
lib/dropbox_api/results/save_url_result.rb

Instance Method Summary collapse

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from DropboxApi::Results::Base

Instance Method Details

#async_job_idObject

Example with an async job: { ".tag": "async_job_id", "async_job_id": "VofXAX8DO1sAAAAAAAAD_Q" }

I couldn't manage to get anything other than an async job.



11
12
13
# File 'lib/dropbox_api/results/save_url_result.rb', line 11

def async_job_id
  @data['async_job_id']
end