Class: QueuePulse::Source::FailedRecord
- Inherits:
-
Struct
- Object
- Struct
- QueuePulse::Source::FailedRecord
- Defined in:
- lib/queue_pulse/source.rb
Overview
--- Value records returned to checks -------------------------------------
Instance Attribute Summary collapse
-
#error_message ⇒ Object
Returns the value of attribute error_message.
-
#failed_at ⇒ Object
Returns the value of attribute failed_at.
-
#id ⇒ Object
Returns the value of attribute id.
-
#job_class ⇒ Object
Returns the value of attribute job_class.
-
#queue_name ⇒ Object
Returns the value of attribute queue_name.
Instance Attribute Details
#error_message ⇒ Object
Returns the value of attribute error_message
9 10 11 |
# File 'lib/queue_pulse/source.rb', line 9 def @error_message end |
#failed_at ⇒ Object
Returns the value of attribute failed_at
9 10 11 |
# File 'lib/queue_pulse/source.rb', line 9 def failed_at @failed_at end |
#id ⇒ Object
Returns the value of attribute id
9 10 11 |
# File 'lib/queue_pulse/source.rb', line 9 def id @id end |
#job_class ⇒ Object
Returns the value of attribute job_class
9 10 11 |
# File 'lib/queue_pulse/source.rb', line 9 def job_class @job_class end |
#queue_name ⇒ Object
Returns the value of attribute queue_name
9 10 11 |
# File 'lib/queue_pulse/source.rb', line 9 def queue_name @queue_name end |