Class: Ferto::Response

Inherits:
SimpleDelegator
  • Object
show all
Defined in:
lib/ferto/response.rb

Instance Method Summary collapse

Instance Method Details

#job_idObject



3
4
5
# File 'lib/ferto/response.rb', line 3

def job_id
  @job_id ||= body.nil? ? nil : JSON.parse(body)['id']
end