Class: Sidekiq::LimitFetch::Global::CapsuleMetadata
- Inherits:
-
Struct
- Object
- Struct
- Sidekiq::LimitFetch::Global::CapsuleMetadata
- Defined in:
- lib/sidekiq/limit_fetch/global.rb
Overview
Internal tracking of capsule information (namely UUID).
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#queue_set ⇒ Object
Returns the value of attribute queue_set.
-
#uuid ⇒ Object
Returns the value of attribute uuid.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
10 11 12 |
# File 'lib/sidekiq/limit_fetch/global.rb', line 10 def name @name end |
#queue_set ⇒ Object
Returns the value of attribute queue_set
10 11 12 |
# File 'lib/sidekiq/limit_fetch/global.rb', line 10 def queue_set @queue_set end |
#uuid ⇒ Object
Returns the value of attribute uuid
10 11 12 |
# File 'lib/sidekiq/limit_fetch/global.rb', line 10 def uuid @uuid end |