Method: PikaQue::Worker::ClassMethods#handle_with
- Defined in:
- lib/pika_que/worker.rb
#handle_with(handler, opts = {}) ⇒ Object
63 64 65 66 |
# File 'lib/pika_que/worker.rb', line 63 def handle_with(handler, opts={}) @handler_class = handler @handler_opts = opts end |