class Upman::Worker::BaseWorker

Public Instance Methods

register() click to toggle source
# File lib/upman/worker/base_worker.rb, line 11
def register
  raise "No register method defined"
end
run!() click to toggle source
# File lib/upman/worker/base_worker.rb, line 7
def run!
  raise "No run! method defined"
end