Class: Temporalio::Client::Interceptor::TerminateWorkflowInput
- Inherits:
-
Struct
- Object
- Struct
- Temporalio::Client::Interceptor::TerminateWorkflowInput
- Defined in:
- lib/temporalio/client/interceptor.rb
Overview
Input for Outbound#terminate_workflow.
Instance Attribute Summary collapse
-
#details ⇒ Object
Returns the value of attribute details.
-
#first_execution_run_id ⇒ Object
Returns the value of attribute first_execution_run_id.
-
#reason ⇒ Object
Returns the value of attribute reason.
-
#rpc_metadata ⇒ Object
Returns the value of attribute rpc_metadata.
-
#rpc_timeout ⇒ Object
Returns the value of attribute rpc_timeout.
-
#run_id ⇒ Object
Returns the value of attribute run_id.
-
#workflow_id ⇒ Object
Returns the value of attribute workflow_id.
Instance Attribute Details
#details ⇒ Object
Returns the value of attribute details
140 141 142 |
# File 'lib/temporalio/client/interceptor.rb', line 140 def details @details end |
#first_execution_run_id ⇒ Object
Returns the value of attribute first_execution_run_id
140 141 142 |
# File 'lib/temporalio/client/interceptor.rb', line 140 def first_execution_run_id @first_execution_run_id end |
#reason ⇒ Object
Returns the value of attribute reason
140 141 142 |
# File 'lib/temporalio/client/interceptor.rb', line 140 def reason @reason end |
#rpc_metadata ⇒ Object
Returns the value of attribute rpc_metadata
140 141 142 |
# File 'lib/temporalio/client/interceptor.rb', line 140 def @rpc_metadata end |
#rpc_timeout ⇒ Object
Returns the value of attribute rpc_timeout
140 141 142 |
# File 'lib/temporalio/client/interceptor.rb', line 140 def rpc_timeout @rpc_timeout end |
#run_id ⇒ Object
Returns the value of attribute run_id
140 141 142 |
# File 'lib/temporalio/client/interceptor.rb', line 140 def run_id @run_id end |
#workflow_id ⇒ Object
Returns the value of attribute workflow_id
140 141 142 |
# File 'lib/temporalio/client/interceptor.rb', line 140 def workflow_id @workflow_id end |