Module: SimpleWorker::RedisSupport

Included in:
EventServer, RetryListener, Runner, TaskQueue
Defined in:
lib/simpleworker/redis_support.rb

Instance Attribute Summary collapse

Instance Attribute Details

#jobidObject (readonly)

Returns the value of attribute jobid.



5
6
7
# File 'lib/simpleworker/redis_support.rb', line 5

def jobid
  @jobid
end

#namespaceObject (readonly)

Returns the value of attribute namespace.



5
6
7
# File 'lib/simpleworker/redis_support.rb', line 5

def namespace
  @namespace
end