Class: Sidekiq::Metrics::Query::MarkResult
- Inherits:
-
Struct
- Object
- Struct
- Sidekiq::Metrics::Query::MarkResult
- Defined in:
- lib/sidekiq/metrics/query.rb
Instance Attribute Summary collapse
-
#label ⇒ Object
Returns the value of attribute label.
-
#time ⇒ Object
Returns the value of attribute time.
Instance Method Summary collapse
Instance Attribute Details
#label ⇒ Object
Returns the value of attribute label
136 137 138 |
# File 'lib/sidekiq/metrics/query.rb', line 136 def label @label end |
#time ⇒ Object
Returns the value of attribute time
136 137 138 |
# File 'lib/sidekiq/metrics/query.rb', line 136 def time @time end |
Instance Method Details
#bucket ⇒ Object
137 138 139 |
# File 'lib/sidekiq/metrics/query.rb', line 137 def bucket time.strftime("%H:%M") end |