Class: PromptObjects::Execution::Scheduler::Entry
- Inherits:
-
Data
- Object
- Data
- PromptObjects::Execution::Scheduler::Entry
- Defined in:
- lib/prompt_objects/execution/scheduler.rb
Instance Attribute Summary collapse
-
#deadline ⇒ Object
readonly
Returns the value of attribute deadline.
-
#enqueue_sequence ⇒ Object
readonly
Returns the value of attribute enqueue_sequence.
-
#options ⇒ Object
readonly
Returns the value of attribute options.
-
#run ⇒ Object
readonly
Returns the value of attribute run.
-
#ticket ⇒ Object
readonly
Returns the value of attribute ticket.
Instance Attribute Details
#deadline ⇒ Object (readonly)
Returns the value of attribute deadline
14 15 16 |
# File 'lib/prompt_objects/execution/scheduler.rb', line 14 def deadline @deadline end |
#enqueue_sequence ⇒ Object (readonly)
Returns the value of attribute enqueue_sequence
14 15 16 |
# File 'lib/prompt_objects/execution/scheduler.rb', line 14 def enqueue_sequence @enqueue_sequence end |
#options ⇒ Object (readonly)
Returns the value of attribute options
14 15 16 |
# File 'lib/prompt_objects/execution/scheduler.rb', line 14 def @options end |
#run ⇒ Object (readonly)
Returns the value of attribute run
14 15 16 |
# File 'lib/prompt_objects/execution/scheduler.rb', line 14 def run @run end |
#ticket ⇒ Object (readonly)
Returns the value of attribute ticket
14 15 16 |
# File 'lib/prompt_objects/execution/scheduler.rb', line 14 def ticket @ticket end |