Class: DropboxApi::Results::SaveUrlResult
- Defined in:
- lib/dropbox_api/results/save_url_result.rb
Instance Method Summary collapse
-
#async_job_id ⇒ Object
Example with an async job: { ".tag": "async_job_id", "async_job_id": "VofXAX8DO1sAAAAAAAAD_Q" }.
Methods inherited from Base
Constructor Details
This class inherits a constructor from DropboxApi::Results::Base
Instance Method Details
#async_job_id ⇒ Object
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 |