Class: Textus::Ports::JobStore::Leased
- Inherits:
-
Struct
- Object
- Struct
- Textus::Ports::JobStore::Leased
- Defined in:
- lib/textus/ports/job_store.rb
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
32 33 34 |
# File 'lib/textus/ports/job_store.rb', line 32 def job @job end |
#leased_path ⇒ Object
Returns the value of attribute leased_path
32 33 34 |
# File 'lib/textus/ports/job_store.rb', line 32 def leased_path @leased_path end |