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