Class: Temporalio::Client::Interceptor::CancelWorkflowInput
- Inherits:
-
Data
- Object
- Data
- Temporalio::Client::Interceptor::CancelWorkflowInput
- Defined in:
- lib/temporalio/client/interceptor.rb
Overview
Input for Outbound#cancel_workflow.
Instance Attribute Summary collapse
-
#first_execution_run_id ⇒ Object
readonly
Returns the value of attribute first_execution_run_id.
-
#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
#first_execution_run_id ⇒ Object (readonly)
Returns the value of attribute first_execution_run_id
148 149 150 |
# File 'lib/temporalio/client/interceptor.rb', line 148 def first_execution_run_id @first_execution_run_id end |
#rpc_options ⇒ Object (readonly)
Returns the value of attribute rpc_options
148 149 150 |
# File 'lib/temporalio/client/interceptor.rb', line 148 def @rpc_options end |
#run_id ⇒ Object (readonly)
Returns the value of attribute run_id
148 149 150 |
# File 'lib/temporalio/client/interceptor.rb', line 148 def run_id @run_id end |
#workflow_id ⇒ Object (readonly)
Returns the value of attribute workflow_id
148 149 150 |
# File 'lib/temporalio/client/interceptor.rb', line 148 def workflow_id @workflow_id end |