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