Class: QueuePulse::Source::QueueStat

Inherits:
Struct
  • Object
show all
Defined in:
lib/queue_pulse/source.rb

Instance Attribute Summary collapse

Instance Attribute Details

#depthObject

Returns the value of attribute depth

Returns:

  • (Object)

    the current value of depth



10
11
12
# File 'lib/queue_pulse/source.rb', line 10

def depth
  @depth
end

#oldest_enqueued_atObject

Returns the value of attribute oldest_enqueued_at

Returns:

  • (Object)

    the current value of oldest_enqueued_at



10
11
12
# File 'lib/queue_pulse/source.rb', line 10

def oldest_enqueued_at
  @oldest_enqueued_at
end

#queue_nameObject

Returns the value of attribute queue_name

Returns:

  • (Object)

    the current value of queue_name



10
11
12
# File 'lib/queue_pulse/source.rb', line 10

def queue_name
  @queue_name
end