Class: SolidQueueTui::Data::RecurringTasksQuery::Task
- Inherits:
-
Struct
- Object
- Struct
- SolidQueueTui::Data::RecurringTasksQuery::Task
- Defined in:
- lib/solid_queue_tui/data/recurring_tasks_query.rb
Instance Attribute Summary collapse
-
#class_name ⇒ Object
Returns the value of attribute class_name.
-
#command ⇒ Object
Returns the value of attribute command.
-
#key ⇒ Object
Returns the value of attribute key.
-
#last_enqueued_at ⇒ Object
Returns the value of attribute last_enqueued_at.
-
#next_time ⇒ Object
Returns the value of attribute next_time.
-
#priority ⇒ Object
Returns the value of attribute priority.
-
#queue_name ⇒ Object
Returns the value of attribute queue_name.
-
#schedule ⇒ Object
Returns the value of attribute schedule.
Instance Attribute Details
#class_name ⇒ Object
Returns the value of attribute class_name
6 7 8 |
# File 'lib/solid_queue_tui/data/recurring_tasks_query.rb', line 6 def class_name @class_name end |
#command ⇒ Object
Returns the value of attribute command
6 7 8 |
# File 'lib/solid_queue_tui/data/recurring_tasks_query.rb', line 6 def command @command end |
#key ⇒ Object
Returns the value of attribute key
6 7 8 |
# File 'lib/solid_queue_tui/data/recurring_tasks_query.rb', line 6 def key @key end |
#last_enqueued_at ⇒ Object
Returns the value of attribute last_enqueued_at
6 7 8 |
# File 'lib/solid_queue_tui/data/recurring_tasks_query.rb', line 6 def last_enqueued_at @last_enqueued_at end |
#next_time ⇒ Object
Returns the value of attribute next_time
6 7 8 |
# File 'lib/solid_queue_tui/data/recurring_tasks_query.rb', line 6 def next_time @next_time end |
#priority ⇒ Object
Returns the value of attribute priority
6 7 8 |
# File 'lib/solid_queue_tui/data/recurring_tasks_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/recurring_tasks_query.rb', line 6 def queue_name @queue_name end |
#schedule ⇒ Object
Returns the value of attribute schedule
6 7 8 |
# File 'lib/solid_queue_tui/data/recurring_tasks_query.rb', line 6 def schedule @schedule end |