module SideJob::Worker::OverrideMethods
Methods loaded last to override other included methods
Public Instance Methods
id()
click to toggle source
Returns the jid set by sidekiq as the job id @return [Integer] Job
id
# File lib/sidejob/worker.rb, line 49 def id jid.to_i end