class Delayed::Threaded::Worker::Config

NOTE: should we warn when 'global' options are being passed in, so that users prefer (realize) they need to be setting the cattr instead e.g. `Delayed::Worker.queues = [ 'my_queue' ]` … ?

Public Instance Methods

key?(name) click to toggle source
# File lib/delayed/threaded/worker.rb, line 56
def key?(name); ! instance_variable_get(:"@#{name}").nil? end