Class: QueuePulse::Source::QueueStat
- Inherits:
-
Struct
- Object
- Struct
- QueuePulse::Source::QueueStat
- Defined in:
- lib/queue_pulse/source.rb
Instance Attribute Summary collapse
-
#depth ⇒ Object
Returns the value of attribute depth.
-
#oldest_enqueued_at ⇒ Object
Returns the value of attribute oldest_enqueued_at.
-
#queue_name ⇒ Object
Returns the value of attribute queue_name.
Instance Attribute Details
#depth ⇒ Object
Returns the value of attribute depth
10 11 12 |
# File 'lib/queue_pulse/source.rb', line 10 def depth @depth end |
#oldest_enqueued_at ⇒ Object
Returns the value of attribute oldest_enqueued_at
10 11 12 |
# File 'lib/queue_pulse/source.rb', line 10 def oldest_enqueued_at @oldest_enqueued_at end |
#queue_name ⇒ Object
Returns the value of attribute queue_name
10 11 12 |
# File 'lib/queue_pulse/source.rb', line 10 def queue_name @queue_name end |