Class: Qs::DispatchJobHandler::FailedDispatch

Inherits:
Struct
  • Object
show all
Defined in:
lib/qs/dispatch_job_handler.rb

Instance Attribute Summary collapse

Instance Attribute Details

#exceptionObject

Returns the value of attribute exception

Returns:

  • (Object)

    the current value of exception



66
67
68
# File 'lib/qs/dispatch_job_handler.rb', line 66

def exception
  @exception
end

#queue_nameObject

Returns the value of attribute queue_name

Returns:

  • (Object)

    the current value of queue_name



66
67
68
# File 'lib/qs/dispatch_job_handler.rb', line 66

def queue_name
  @queue_name
end