Class: Temporalio::Interceptor::Client::CancelWorkflowInput
- Inherits:
-
Struct
- Object
- Struct
- Temporalio::Interceptor::Client::CancelWorkflowInput
- Defined in:
- lib/temporalio/interceptor/client.rb
Instance Attribute Summary collapse
-
#first_execution_run_id ⇒ Object
Returns the value of attribute first_execution_run_id.
-
#id ⇒ Object
Returns the value of attribute 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.
Instance Attribute Details
#first_execution_run_id ⇒ Object
Returns the value of attribute first_execution_run_id
57 58 59 |
# File 'lib/temporalio/interceptor/client.rb', line 57 def first_execution_run_id @first_execution_run_id end |
#id ⇒ Object
Returns the value of attribute id
57 58 59 |
# File 'lib/temporalio/interceptor/client.rb', line 57 def id @id end |
#reason ⇒ Object
Returns the value of attribute reason
57 58 59 |
# File 'lib/temporalio/interceptor/client.rb', line 57 def reason @reason end |
#rpc_metadata ⇒ Object
Returns the value of attribute rpc_metadata
57 58 59 |
# File 'lib/temporalio/interceptor/client.rb', line 57 def @rpc_metadata end |
#rpc_timeout ⇒ Object
Returns the value of attribute rpc_timeout
57 58 59 |
# File 'lib/temporalio/interceptor/client.rb', line 57 def rpc_timeout @rpc_timeout end |
#run_id ⇒ Object
Returns the value of attribute run_id
57 58 59 |
# File 'lib/temporalio/interceptor/client.rb', line 57 def run_id @run_id end |