Sha256: bc70bdc8c72264560269e1c0965cec1d7bf2ca9348dfe8d5d541f022085bda62

Contents?: true

Size: 196 Bytes

Versions: 7

Compression:

Stored size: 196 Bytes

Contents

require 'sidekiq/web_custom/processor'

module Sidekiq
  module WebCustom
    module Job
      def execute
        Sidekiq::WebCustom::Processor.execute_job(job: self)
      end
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
sidekiq-web_custom-0.6.0 lib/sidekiq/web_custom/job.rb
sidekiq-web_custom-0.5.0 lib/sidekiq/web_custom/job.rb
sidekiq-web_custom-0.4.1 lib/sidekiq/web_custom/job.rb
sidekiq-web_custom-0.4.0 lib/sidekiq/web_custom/job.rb
sidekiq-web_custom-0.3.1 lib/sidekiq/web_custom/job.rb
sidekiq-web_custom-0.3.0 lib/sidekiq/web_custom/job.rb
sidekiq-web_custom-0.2.0 lib/sidekiq/web_custom/job.rb