class SauceWhisk::Jobs
def self.fetch!(job_id)
def self.fetch!(job_id) job_hash = JSON.parse(get job_id) assets = job_assets job_id job_hash.merge! assets Job.new job_hash end
def self.fetch!(job_id) job_hash = JSON.parse(get job_id) assets = job_assets job_id job_hash.merge! assets Job.new job_hash end