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