Class: SolidQueueTui::Data::QueuesQuery::QueueInfo
- Inherits:
-
Struct
- Object
- Struct
- SolidQueueTui::Data::QueuesQuery::QueueInfo
- Defined in:
- lib/solid_queue_tui/data/queues_query.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#paused ⇒ Object
Returns the value of attribute paused.
-
#size ⇒ Object
Returns the value of attribute size.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
6 7 8 |
# File 'lib/solid_queue_tui/data/queues_query.rb', line 6 def name @name end |
#paused ⇒ Object
Returns the value of attribute paused
6 7 8 |
# File 'lib/solid_queue_tui/data/queues_query.rb', line 6 def paused @paused end |
#size ⇒ Object
Returns the value of attribute size
6 7 8 |
# File 'lib/solid_queue_tui/data/queues_query.rb', line 6 def size @size end |