class DropboxApi::Results::SaveUrlResult

Public Instance Methods

async_job_id() click to toggle source

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.

# File lib/dropbox_api/results/save_url_result.rb, line 11
def async_job_id
  @data['async_job_id']
end