Class: Temporalio::Client::Interceptor::TerminateWorkflowInput
- Inherits:
-
Data
- Object
- Data
- Temporalio::Client::Interceptor::TerminateWorkflowInput
- Defined in:
- lib/temporalio/client/interceptor.rb
Overview
Input for Outbound#terminate_workflow.
Instance Attribute Summary collapse
-
#details ⇒ Object
readonly
Returns the value of attribute details.
-
#first_execution_run_id ⇒ Object
readonly
Returns the value of attribute first_execution_run_id.
-
#reason ⇒ Object
readonly
Returns the value of attribute reason.
-
#rpc_options ⇒ Object
readonly
Returns the value of attribute rpc_options.
-
#run_id ⇒ Object
readonly
Returns the value of attribute run_id.
-
#workflow_id ⇒ Object
readonly
Returns the value of attribute workflow_id.
Instance Attribute Details
#details ⇒ Object (readonly)
Returns the value of attribute details
156 157 158 |
# File 'lib/temporalio/client/interceptor.rb', line 156 def details @details end |
#first_execution_run_id ⇒ Object (readonly)
Returns the value of attribute first_execution_run_id
156 157 158 |
# File 'lib/temporalio/client/interceptor.rb', line 156 def first_execution_run_id @first_execution_run_id end |
#reason ⇒ Object (readonly)
Returns the value of attribute reason
156 157 158 |
# File 'lib/temporalio/client/interceptor.rb', line 156 def reason @reason end |
#rpc_options ⇒ Object (readonly)
Returns the value of attribute rpc_options
156 157 158 |
# File 'lib/temporalio/client/interceptor.rb', line 156 def @rpc_options end |
#run_id ⇒ Object (readonly)
Returns the value of attribute run_id
156 157 158 |
# File 'lib/temporalio/client/interceptor.rb', line 156 def run_id @run_id end |
#workflow_id ⇒ Object (readonly)
Returns the value of attribute workflow_id
156 157 158 |
# File 'lib/temporalio/client/interceptor.rb', line 156 def workflow_id @workflow_id end |