Class: Sidekiq::Stats::QueueSummary
- Inherits:
-
Data
- Object
- Data
- Sidekiq::Stats::QueueSummary
- Defined in:
- lib/sidekiq/api.rb
Instance Attribute Summary collapse
-
#latency ⇒ Object
readonly
Returns the value of attribute latency.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#paused ⇒ Object
(also: #paused?)
readonly
Returns the value of attribute paused.
-
#size ⇒ Object
readonly
Returns the value of attribute size.
Instance Attribute Details
#latency ⇒ Object (readonly)
Returns the value of attribute latency
45 46 47 |
# File 'lib/sidekiq/api.rb', line 45 def latency @latency end |
#name ⇒ Object (readonly)
Returns the value of attribute name
45 46 47 |
# File 'lib/sidekiq/api.rb', line 45 def name @name end |
#paused ⇒ Object (readonly) Also known as: paused?
Returns the value of attribute paused
45 46 47 |
# File 'lib/sidekiq/api.rb', line 45 def paused @paused end |
#size ⇒ Object (readonly)
Returns the value of attribute size
45 46 47 |
# File 'lib/sidekiq/api.rb', line 45 def size @size end |