Class: Textus::Ports::Queue::Leased
- Inherits:
-
Struct
- Object
- Struct
- Textus::Ports::Queue::Leased
- Defined in:
- lib/textus/ports/queue.rb
Overview
A claimed job plus the path it lives at, so ack/fail act on this copy.
Instance Attribute Summary collapse
-
#job ⇒ Object
Returns the value of attribute job.
-
#leased_path ⇒ Object
Returns the value of attribute leased_path.
Instance Attribute Details
#job ⇒ Object
Returns the value of attribute job
33 34 35 |
# File 'lib/textus/ports/queue.rb', line 33 def job @job end |
#leased_path ⇒ Object
Returns the value of attribute leased_path
33 34 35 |
# File 'lib/textus/ports/queue.rb', line 33 def leased_path @leased_path end |