Class: Temporal::Interceptor::Client::TerminateWorkflowInput
- Inherits:
-
Struct
- Object
- Struct
- Temporal::Interceptor::Client::TerminateWorkflowInput
- Defined in:
- lib/temporal/interceptor/client.rb
Instance Attribute Summary collapse
-
#args ⇒ Object
Returns the value of attribute args.
-
#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
#args ⇒ Object
Returns the value of attribute args
66 67 68 |
# File 'lib/temporal/interceptor/client.rb', line 66 def args @args end |
#first_execution_run_id ⇒ Object
Returns the value of attribute first_execution_run_id
66 67 68 |
# File 'lib/temporal/interceptor/client.rb', line 66 def first_execution_run_id @first_execution_run_id end |
#id ⇒ Object
Returns the value of attribute id
66 67 68 |
# File 'lib/temporal/interceptor/client.rb', line 66 def id @id end |
#reason ⇒ Object
Returns the value of attribute reason
66 67 68 |
# File 'lib/temporal/interceptor/client.rb', line 66 def reason @reason end |
#rpc_metadata ⇒ Object
Returns the value of attribute rpc_metadata
66 67 68 |
# File 'lib/temporal/interceptor/client.rb', line 66 def end |
#rpc_timeout ⇒ Object
Returns the value of attribute rpc_timeout
66 67 68 |
# File 'lib/temporal/interceptor/client.rb', line 66 def rpc_timeout @rpc_timeout end |
#run_id ⇒ Object
Returns the value of attribute run_id
66 67 68 |
# File 'lib/temporal/interceptor/client.rb', line 66 def run_id @run_id end |