class QPush::Jobs::QueueDelayed
Attributes
id[RW]
score[RW]
Public Class Methods
new(options)
click to toggle source
# File lib/qpush/jobs/queue_delayed.rb, line 6 def initialize(options) options.each { |key, value| send("#{key}=", value) } end
Public Instance Methods
call()
click to toggle source
# File lib/qpush/jobs/queue_delayed.rb, line 10 def call 'hello' end