Class: Sidekiq::Stats::QueueSummary

Inherits:
Data
  • Object
show all
Defined in:
lib/sidekiq/api.rb

Instance Attribute Summary collapse

Instance Attribute Details

#latencyObject (readonly)

Returns the value of attribute latency

Returns:

  • (Object)

    the current value of latency



45
46
47
# File 'lib/sidekiq/api.rb', line 45

def latency
  @latency
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



45
46
47
# File 'lib/sidekiq/api.rb', line 45

def name
  @name
end

#pausedObject (readonly) Also known as: paused?

Returns the value of attribute paused

Returns:

  • (Object)

    the current value of paused



45
46
47
# File 'lib/sidekiq/api.rb', line 45

def paused
  @paused
end

#sizeObject (readonly)

Returns the value of attribute size

Returns:

  • (Object)

    the current value of size



45
46
47
# File 'lib/sidekiq/api.rb', line 45

def size
  @size
end