Class: SolidQueueTui::Data::JobsQuery::Job
- Inherits:
-
Struct
- Object
- Struct
- SolidQueueTui::Data::JobsQuery::Job
- Defined in:
- lib/solid_queue_tui/data/jobs_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.
-
#class_name ⇒ Object
Returns the value of attribute class_name.
-
#concurrency_key ⇒ Object
Returns the value of attribute concurrency_key.
-
#created_at ⇒ Object
Returns the value of attribute created_at.
-
#expires_at ⇒ Object
Returns the value of attribute expires_at.
-
#finished_at ⇒ Object
Returns the value of attribute finished_at.
-
#id ⇒ Object
Returns the value of attribute id.
-
#priority ⇒ Object
Returns the value of attribute priority.
-
#queue_name ⇒ Object
Returns the value of attribute queue_name.
-
#scheduled_at ⇒ Object
Returns the value of attribute scheduled_at.
-
#started_at ⇒ Object
Returns the value of attribute started_at.
-
#status ⇒ Object
Returns the value of attribute status.
-
#worker_id ⇒ Object
Returns the value of attribute worker_id.
Instance Attribute Details
#active_job_id ⇒ Object
Returns the value of attribute active_job_id
6 7 8 |
# File 'lib/solid_queue_tui/data/jobs_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/jobs_query.rb', line 6 def arguments @arguments end |
#class_name ⇒ Object
Returns the value of attribute class_name
6 7 8 |
# File 'lib/solid_queue_tui/data/jobs_query.rb', line 6 def class_name @class_name end |
#concurrency_key ⇒ Object
Returns the value of attribute concurrency_key
6 7 8 |
# File 'lib/solid_queue_tui/data/jobs_query.rb', line 6 def concurrency_key @concurrency_key end |
#created_at ⇒ Object
Returns the value of attribute created_at
6 7 8 |
# File 'lib/solid_queue_tui/data/jobs_query.rb', line 6 def created_at @created_at end |
#expires_at ⇒ Object
Returns the value of attribute expires_at
6 7 8 |
# File 'lib/solid_queue_tui/data/jobs_query.rb', line 6 def expires_at @expires_at end |
#finished_at ⇒ Object
Returns the value of attribute finished_at
6 7 8 |
# File 'lib/solid_queue_tui/data/jobs_query.rb', line 6 def finished_at @finished_at end |
#id ⇒ Object
Returns the value of attribute id
6 7 8 |
# File 'lib/solid_queue_tui/data/jobs_query.rb', line 6 def id @id end |
#priority ⇒ Object
Returns the value of attribute priority
6 7 8 |
# File 'lib/solid_queue_tui/data/jobs_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/jobs_query.rb', line 6 def queue_name @queue_name end |
#scheduled_at ⇒ Object
Returns the value of attribute scheduled_at
6 7 8 |
# File 'lib/solid_queue_tui/data/jobs_query.rb', line 6 def scheduled_at @scheduled_at end |
#started_at ⇒ Object
Returns the value of attribute started_at
6 7 8 |
# File 'lib/solid_queue_tui/data/jobs_query.rb', line 6 def started_at @started_at end |
#status ⇒ Object
Returns the value of attribute status
6 7 8 |
# File 'lib/solid_queue_tui/data/jobs_query.rb', line 6 def status @status end |
#worker_id ⇒ Object
Returns the value of attribute worker_id
6 7 8 |
# File 'lib/solid_queue_tui/data/jobs_query.rb', line 6 def worker_id @worker_id end |