Class: SolidQueueTui::Data::FailedQuery::FailedJob
- Inherits:
-
Struct
- Object
- Struct
- SolidQueueTui::Data::FailedQuery::FailedJob
- Defined in:
- lib/solid_queue_tui/data/failed_query.rb
Instance Attribute Summary collapse
-
#active_job_id ⇒ Object
Returns the value of attribute active_job_id.
-
#arguments ⇒ Object
Returns the value of attribute arguments.
-
#backtrace ⇒ Object
Returns the value of attribute backtrace.
-
#class_name ⇒ Object
Returns the value of attribute class_name.
-
#created_at ⇒ Object
Returns the value of attribute created_at.
-
#error_class ⇒ Object
Returns the value of attribute error_class.
-
#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_id ⇒ Object
Returns the value of attribute job_id.
-
#priority ⇒ Object
Returns the value of attribute priority.
-
#queue_name ⇒ Object
Returns the value of attribute queue_name.
Instance Attribute Details
#active_job_id ⇒ Object
Returns the value of attribute active_job_id
6 7 8 |
# File 'lib/solid_queue_tui/data/failed_query.rb', line 6 def active_job_id @active_job_id end |
#arguments ⇒ Object
Returns the value of attribute arguments
6 7 8 |
# File 'lib/solid_queue_tui/data/failed_query.rb', line 6 def arguments @arguments end |
#backtrace ⇒ Object
Returns the value of attribute backtrace
6 7 8 |
# File 'lib/solid_queue_tui/data/failed_query.rb', line 6 def backtrace @backtrace end |
#class_name ⇒ Object
Returns the value of attribute class_name
6 7 8 |
# File 'lib/solid_queue_tui/data/failed_query.rb', line 6 def class_name @class_name end |
#created_at ⇒ Object
Returns the value of attribute created_at
6 7 8 |
# File 'lib/solid_queue_tui/data/failed_query.rb', line 6 def created_at @created_at end |
#error_class ⇒ Object
Returns the value of attribute error_class
6 7 8 |
# File 'lib/solid_queue_tui/data/failed_query.rb', line 6 def error_class @error_class end |
#error_message ⇒ Object
Returns the value of attribute error_message
6 7 8 |
# File 'lib/solid_queue_tui/data/failed_query.rb', line 6 def @error_message end |
#failed_at ⇒ Object
Returns the value of attribute failed_at
6 7 8 |
# File 'lib/solid_queue_tui/data/failed_query.rb', line 6 def failed_at @failed_at end |
#id ⇒ Object
Returns the value of attribute id
6 7 8 |
# File 'lib/solid_queue_tui/data/failed_query.rb', line 6 def id @id end |
#job_id ⇒ Object
Returns the value of attribute job_id
6 7 8 |
# File 'lib/solid_queue_tui/data/failed_query.rb', line 6 def job_id @job_id end |
#priority ⇒ Object
Returns the value of attribute priority
6 7 8 |
# File 'lib/solid_queue_tui/data/failed_query.rb', line 6 def priority @priority end |
#queue_name ⇒ Object
Returns the value of attribute queue_name
6 7 8 |
# File 'lib/solid_queue_tui/data/failed_query.rb', line 6 def queue_name @queue_name end |