Class: Sidekiq::Metrics::Query::MarkResult

Inherits:
Struct
  • Object
show all
Defined in:
lib/sidekiq/metrics/query.rb

Instance Attribute Summary collapse

Instance Attribute Details

#bucketObject

Returns the value of attribute bucket

Returns:

  • (Object)

    the current value of bucket



160
161
162
# File 'lib/sidekiq/metrics/query.rb', line 160

def bucket
  @bucket
end

#labelObject

Returns the value of attribute label

Returns:

  • (Object)

    the current value of label



160
161
162
# File 'lib/sidekiq/metrics/query.rb', line 160

def label
  @label
end

#timeObject

Returns the value of attribute time

Returns:

  • (Object)

    the current value of time



160
161
162
# File 'lib/sidekiq/metrics/query.rb', line 160

def time
  @time
end