Class: Cloudq::Complete

Inherits:
Base
  • Object
show all
Defined in:
lib/cloudq/complete.rb

Instance Attribute Summary

Attributes inherited from Base

#queue

Instance Method Summary collapse

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from Cloudq::Base

Instance Method Details

#job(job_id) ⇒ Object



3
4
5
# File 'lib/cloudq/complete.rb', line 3

def job(job_id)
  remove(job_id)
end