Class: PromptObjects::Execution::BlockingExecutor::Job

Inherits:
Data
  • Object
show all
Defined in:
lib/prompt_objects/execution/blocking_executor.rb

Instance Attribute Summary collapse

Instance Attribute Details

#completionObject (readonly)

Returns the value of attribute completion

Returns:

  • (Object)

    the current value of completion



11
12
13
# File 'lib/prompt_objects/execution/blocking_executor.rb', line 11

def completion
  @completion
end

#resultObject (readonly)

Returns the value of attribute result

Returns:

  • (Object)

    the current value of result



11
12
13
# File 'lib/prompt_objects/execution/blocking_executor.rb', line 11

def result
  @result
end

#workObject (readonly)

Returns the value of attribute work

Returns:

  • (Object)

    the current value of work



11
12
13
# File 'lib/prompt_objects/execution/blocking_executor.rb', line 11

def work
  @work
end