class Ferto::Response

Public Instance Methods

job_id() click to toggle source
# File lib/ferto/response.rb, line 3
def job_id
  @job_id ||= body.nil? ? nil : JSON.parse(body)['id']
end