Class: Rust::Jobs::Resumeable

Inherits:
Job show all
Defined in:
lib/rust/jobs/jobs.rb

Instance Method Summary collapse

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, **options)
    super
    # TODO complete here
end

Instance Method Details

#startObject



140
141
142
# File 'lib/rust/jobs/jobs.rb', line 140

def start
    # TODO complete here
end