Class: Raktr::Tasks::OneOff
Overview
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
-
#call(*args) ⇒ Object
Performs the task and marks it as Base#done.
Methods inherited from Base
#done, #hash, #initialize, #to_proc
Constructor Details
This class inherits a constructor from Raktr::Tasks::Base
Instance Method Details
#call(*args) ⇒ Object
Performs the task and marks it as Base#done.
21 22 23 24 25 |
# File 'lib/raktr/tasks/one_off.rb', line 21 def call( *args ) call_task( *args ) ensure done end |