Class: ModernQueueDashboard::QueueStat
- Inherits:
-
Struct
- Object
- Struct
- ModernQueueDashboard::QueueStat
- Defined in:
- app/models/modern_queue_dashboard/queue_summary.rb
Instance Attribute Summary collapse
-
#completed ⇒ Object
Returns the value of attribute completed.
-
#failed ⇒ Object
Returns the value of attribute failed.
-
#latency ⇒ Object
Returns the value of attribute latency.
-
#name ⇒ Object
Returns the value of attribute name.
-
#pending ⇒ Object
Returns the value of attribute pending.
-
#running ⇒ Object
Returns the value of attribute running.
-
#scheduled ⇒ Object
Returns the value of attribute scheduled.
Instance Attribute Details
#completed ⇒ Object
Returns the value of attribute completed
4 5 6 |
# File 'app/models/modern_queue_dashboard/queue_summary.rb', line 4 def completed @completed end |
#failed ⇒ Object
Returns the value of attribute failed
4 5 6 |
# File 'app/models/modern_queue_dashboard/queue_summary.rb', line 4 def failed @failed end |
#latency ⇒ Object
Returns the value of attribute latency
4 5 6 |
# File 'app/models/modern_queue_dashboard/queue_summary.rb', line 4 def latency @latency end |
#name ⇒ Object
Returns the value of attribute name
4 5 6 |
# File 'app/models/modern_queue_dashboard/queue_summary.rb', line 4 def name @name end |
#pending ⇒ Object
Returns the value of attribute pending
4 5 6 |
# File 'app/models/modern_queue_dashboard/queue_summary.rb', line 4 def pending @pending end |
#running ⇒ Object
Returns the value of attribute running
4 5 6 |
# File 'app/models/modern_queue_dashboard/queue_summary.rb', line 4 def running @running end |
#scheduled ⇒ Object
Returns the value of attribute scheduled
4 5 6 |
# File 'app/models/modern_queue_dashboard/queue_summary.rb', line 4 def scheduled @scheduled end |