Class: Sidekiq::PriorityQueue::SubqueueCount

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

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



51
52
53
# File 'lib/sidekiq/priority_queue/api.rb', line 51

def name
  @name
end

#sizeObject

Returns the value of attribute size

Returns:

  • (Object)

    the current value of size



51
52
53
# File 'lib/sidekiq/priority_queue/api.rb', line 51

def size
  @size
end