class Qs::DispatchJobHandler::DispatchError

Attributes

failed_dispatches[R]

Public Class Methods

new(message, failed_dispatches) click to toggle source
Calls superclass method
# File lib/qs/dispatch_job_handler.rb, line 71
def initialize(message, failed_dispatches)
  super message
  @failed_dispatches = failed_dispatches
end