Method: EasyPdfCloud::Workflow#start_job

Defined in:
lib/easy_pdf_cloud.rb

#start_job(id) ⇒ Object

There is no response from this command.



178
179
180
181
# File 'lib/easy_pdf_cloud.rb', line 178

def start_job(id)
  response = @access_token.post("#{@jobs_url}/#{id}")
  response.status
end