Class: Sidekiq::Metrics::Query::MarkResult
- Inherits:
-
Struct
- Object
- Struct
- Sidekiq::Metrics::Query::MarkResult
- Defined in:
- lib/sidekiq/metrics/query.rb
Instance Attribute Summary collapse
-
#bucket ⇒ Object
Returns the value of attribute bucket.
-
#label ⇒ Object
Returns the value of attribute label.
-
#time ⇒ Object
Returns the value of attribute time.
Instance Attribute Details
#bucket ⇒ Object
Returns the value of attribute bucket
160 161 162 |
# File 'lib/sidekiq/metrics/query.rb', line 160 def bucket @bucket end |
#label ⇒ Object
Returns the value of attribute label
160 161 162 |
# File 'lib/sidekiq/metrics/query.rb', line 160 def label @label end |
#time ⇒ Object
Returns the value of attribute time
160 161 162 |
# File 'lib/sidekiq/metrics/query.rb', line 160 def time @time end |