Class: SolidQueueWeb::JobPerformanceStats::Row
- Inherits:
-
Struct
- Object
- Struct
- SolidQueueWeb::JobPerformanceStats::Row
- Defined in:
- app/services/solid_queue_web/job_performance_stats.rb
Instance Attribute Summary collapse
-
#avg ⇒ Object
Returns the value of attribute avg.
-
#class_name ⇒ Object
Returns the value of attribute class_name.
-
#count ⇒ Object
Returns the value of attribute count.
-
#max ⇒ Object
Returns the value of attribute max.
-
#min ⇒ Object
Returns the value of attribute min.
-
#p50 ⇒ Object
Returns the value of attribute p50.
-
#p95 ⇒ Object
Returns the value of attribute p95.
Instance Attribute Details
#avg ⇒ Object
Returns the value of attribute avg
3 4 5 |
# File 'app/services/solid_queue_web/job_performance_stats.rb', line 3 def avg @avg end |
#class_name ⇒ Object
Returns the value of attribute class_name
3 4 5 |
# File 'app/services/solid_queue_web/job_performance_stats.rb', line 3 def class_name @class_name end |
#count ⇒ Object
Returns the value of attribute count
3 4 5 |
# File 'app/services/solid_queue_web/job_performance_stats.rb', line 3 def count @count end |
#max ⇒ Object
Returns the value of attribute max
3 4 5 |
# File 'app/services/solid_queue_web/job_performance_stats.rb', line 3 def max @max end |
#min ⇒ Object
Returns the value of attribute min
3 4 5 |
# File 'app/services/solid_queue_web/job_performance_stats.rb', line 3 def min @min end |
#p50 ⇒ Object
Returns the value of attribute p50
3 4 5 |
# File 'app/services/solid_queue_web/job_performance_stats.rb', line 3 def p50 @p50 end |
#p95 ⇒ Object
Returns the value of attribute p95
3 4 5 |
# File 'app/services/solid_queue_web/job_performance_stats.rb', line 3 def p95 @p95 end |