Class: SolidQueueTui::Data::HourlyStatsQuery::Result
- Inherits:
-
Struct
- Object
- Struct
- SolidQueueTui::Data::HourlyStatsQuery::Result
- Defined in:
- lib/solid_queue_tui/data/hourly_stats_query.rb
Instance Attribute Summary collapse
-
#avg ⇒ Object
Returns the value of attribute avg.
-
#data ⇒ Object
Returns the value of attribute data.
-
#peak ⇒ Object
Returns the value of attribute peak.
-
#total ⇒ Object
Returns the value of attribute total.
Instance Attribute Details
#avg ⇒ Object
Returns the value of attribute avg
6 7 8 |
# File 'lib/solid_queue_tui/data/hourly_stats_query.rb', line 6 def avg @avg end |
#data ⇒ Object
Returns the value of attribute data
6 7 8 |
# File 'lib/solid_queue_tui/data/hourly_stats_query.rb', line 6 def data @data end |
#peak ⇒ Object
Returns the value of attribute peak
6 7 8 |
# File 'lib/solid_queue_tui/data/hourly_stats_query.rb', line 6 def peak @peak end |
#total ⇒ Object
Returns the value of attribute total
6 7 8 |
# File 'lib/solid_queue_tui/data/hourly_stats_query.rb', line 6 def total @total end |