Class: Temporalio::Client::Interceptor::StartWorkflowUpdateInput
- Inherits:
-
Struct
- Object
- Struct
- Temporalio::Client::Interceptor::StartWorkflowUpdateInput
- Defined in:
- lib/temporalio/client/interceptor.rb
Overview
Input for Outbound#start_workflow_update.
Instance Attribute Summary collapse
-
#args ⇒ Object
Returns the value of attribute args.
-
#headers ⇒ Object
Returns the value of attribute headers.
-
#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.
-
#update ⇒ Object
Returns the value of attribute update.
-
#update_id ⇒ Object
Returns the value of attribute update_id.
-
#wait_for_stage ⇒ Object
Returns the value of attribute wait_for_stage.
-
#workflow_id ⇒ Object
Returns the value of attribute workflow_id.
Instance Attribute Details
#args ⇒ Object
Returns the value of attribute args
106 107 108 |
# File 'lib/temporalio/client/interceptor.rb', line 106 def args @args end |
#headers ⇒ Object
Returns the value of attribute headers
106 107 108 |
# File 'lib/temporalio/client/interceptor.rb', line 106 def headers @headers end |
#rpc_metadata ⇒ Object
Returns the value of attribute rpc_metadata
106 107 108 |
# File 'lib/temporalio/client/interceptor.rb', line 106 def @rpc_metadata end |
#rpc_timeout ⇒ Object
Returns the value of attribute rpc_timeout
106 107 108 |
# File 'lib/temporalio/client/interceptor.rb', line 106 def rpc_timeout @rpc_timeout end |
#run_id ⇒ Object
Returns the value of attribute run_id
106 107 108 |
# File 'lib/temporalio/client/interceptor.rb', line 106 def run_id @run_id end |
#update ⇒ Object
Returns the value of attribute update
106 107 108 |
# File 'lib/temporalio/client/interceptor.rb', line 106 def update @update end |
#update_id ⇒ Object
Returns the value of attribute update_id
106 107 108 |
# File 'lib/temporalio/client/interceptor.rb', line 106 def update_id @update_id end |
#wait_for_stage ⇒ Object
Returns the value of attribute wait_for_stage
106 107 108 |
# File 'lib/temporalio/client/interceptor.rb', line 106 def wait_for_stage @wait_for_stage end |
#workflow_id ⇒ Object
Returns the value of attribute workflow_id
106 107 108 |
# File 'lib/temporalio/client/interceptor.rb', line 106 def workflow_id @workflow_id end |