Class: Sidekiq::LimitFetch::Global::CapsuleMetadata

Inherits:
Struct
  • Object
show all
Defined in:
lib/sidekiq/limit_fetch/global.rb

Overview

Internal tracking of capsule information (namely UUID).

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



10
11
12
# File 'lib/sidekiq/limit_fetch/global.rb', line 10

def name
  @name
end

#queue_setObject

Returns the value of attribute queue_set

Returns:

  • (Object)

    the current value of queue_set



10
11
12
# File 'lib/sidekiq/limit_fetch/global.rb', line 10

def queue_set
  @queue_set
end

#uuidObject

Returns the value of attribute uuid

Returns:

  • (Object)

    the current value of uuid



10
11
12
# File 'lib/sidekiq/limit_fetch/global.rb', line 10

def uuid
  @uuid
end