Class: SolidQueueTui::Data::ProcessesQuery::RunningJob
- Inherits:
-
Struct
- Object
- Struct
- SolidQueueTui::Data::ProcessesQuery::RunningJob
- Defined in:
- lib/solid_queue_tui/data/processes_query.rb
Instance Attribute Summary collapse
-
#class_name ⇒ Object
Returns the value of attribute class_name.
-
#job_id ⇒ Object
Returns the value of attribute job_id.
-
#queue_name ⇒ Object
Returns the value of attribute queue_name.
-
#started_at ⇒ Object
Returns the value of attribute started_at.
Instance Attribute Details
#class_name ⇒ Object
Returns the value of attribute class_name
32 33 34 |
# File 'lib/solid_queue_tui/data/processes_query.rb', line 32 def class_name @class_name end |
#job_id ⇒ Object
Returns the value of attribute job_id
32 33 34 |
# File 'lib/solid_queue_tui/data/processes_query.rb', line 32 def job_id @job_id end |
#queue_name ⇒ Object
Returns the value of attribute queue_name
32 33 34 |
# File 'lib/solid_queue_tui/data/processes_query.rb', line 32 def queue_name @queue_name end |
#started_at ⇒ Object
Returns the value of attribute started_at
32 33 34 |
# File 'lib/solid_queue_tui/data/processes_query.rb', line 32 def started_at @started_at end |