Class: Rust::Jobs::Resumeable
Instance Method Summary collapse
-
#initialize(name, **options) ⇒ Resumeable
constructor
A new instance of Resumeable.
- #start ⇒ Object
Methods inherited from Job
#add_task, #log, #log_error, #log_info, #log_warning
Constructor Details
#initialize(name, **options) ⇒ Resumeable
Returns a new instance of Resumeable.
135 136 137 138 |
# File 'lib/rust/jobs/jobs.rb', line 135 def initialize(name, **) super # TODO complete here end |
Instance Method Details
#start ⇒ Object
140 141 142 |
# File 'lib/rust/jobs/jobs.rb', line 140 def start # TODO complete here end |