Class: UmbrellioUtils::Jobs::Entry
- Inherits:
-
Struct
- Object
- Struct
- UmbrellioUtils::Jobs::Entry
- Defined in:
- lib/umbrellio_utils/jobs.rb
Instance Attribute Summary collapse
-
#capsule ⇒ Object
Returns the value of attribute capsule.
-
#concurrency ⇒ Object
Returns the value of attribute concurrency.
-
#queues ⇒ Object
Returns the value of attribute queues.
Instance Attribute Details
#capsule ⇒ Object
Returns the value of attribute capsule
9 10 11 |
# File 'lib/umbrellio_utils/jobs.rb', line 9 def capsule @capsule end |
#concurrency ⇒ Object
Returns the value of attribute concurrency
9 10 11 |
# File 'lib/umbrellio_utils/jobs.rb', line 9 def concurrency @concurrency end |
#queues ⇒ Object
Returns the value of attribute queues
9 10 11 |
# File 'lib/umbrellio_utils/jobs.rb', line 9 def queues @queues end |