Class: PromptObjects::Execution::BlockingExecutor::Job
- Inherits:
-
Data
- Object
- Data
- PromptObjects::Execution::BlockingExecutor::Job
- Defined in:
- lib/prompt_objects/execution/blocking_executor.rb
Instance Attribute Summary collapse
-
#completion ⇒ Object
readonly
Returns the value of attribute completion.
-
#result ⇒ Object
readonly
Returns the value of attribute result.
-
#work ⇒ Object
readonly
Returns the value of attribute work.
Instance Attribute Details
#completion ⇒ Object (readonly)
Returns the value of attribute completion
11 12 13 |
# File 'lib/prompt_objects/execution/blocking_executor.rb', line 11 def completion @completion end |
#result ⇒ Object (readonly)
Returns the value of attribute result
11 12 13 |
# File 'lib/prompt_objects/execution/blocking_executor.rb', line 11 def result @result end |
#work ⇒ Object (readonly)
Returns the value of attribute work
11 12 13 |
# File 'lib/prompt_objects/execution/blocking_executor.rb', line 11 def work @work end |