module Qs::DispatchJobHandler

Constants

FailedDispatch

Public Class Methods

included(klass) click to toggle source
# File lib/qs/dispatch_job_handler.rb, line 9
def self.included(klass)
  klass.class_eval do
    include Qs::JobHandler
    include InstanceMethods
  end
end