Class: Temporalio::Client::Interceptor::StartWorkflowUpdateInput
- Inherits:
-
Data
- Object
- Data
- Temporalio::Client::Interceptor::StartWorkflowUpdateInput
- Defined in:
- lib/temporalio/client/interceptor.rb
Overview
Input for Outbound#start_workflow_update.
Instance Attribute Summary collapse
-
#arg_hints ⇒ Object
readonly
Returns the value of attribute arg_hints.
-
#args ⇒ Object
readonly
Returns the value of attribute args.
-
#headers ⇒ Object
readonly
Returns the value of attribute headers.
-
#result_hint ⇒ Object
readonly
Returns the value of attribute result_hint.
-
#rpc_options ⇒ Object
readonly
Returns the value of attribute rpc_options.
-
#run_id ⇒ Object
readonly
Returns the value of attribute run_id.
-
#update ⇒ Object
readonly
Returns the value of attribute update.
-
#update_id ⇒ Object
readonly
Returns the value of attribute update_id.
-
#wait_for_stage ⇒ Object
readonly
Returns the value of attribute wait_for_stage.
-
#workflow_id ⇒ Object
readonly
Returns the value of attribute workflow_id.
Instance Attribute Details
#arg_hints ⇒ Object (readonly)
Returns the value of attribute arg_hints
126 127 128 |
# File 'lib/temporalio/client/interceptor.rb', line 126 def arg_hints @arg_hints end |
#args ⇒ Object (readonly)
Returns the value of attribute args
126 127 128 |
# File 'lib/temporalio/client/interceptor.rb', line 126 def args @args end |
#headers ⇒ Object (readonly)
Returns the value of attribute headers
126 127 128 |
# File 'lib/temporalio/client/interceptor.rb', line 126 def headers @headers end |
#result_hint ⇒ Object (readonly)
Returns the value of attribute result_hint
126 127 128 |
# File 'lib/temporalio/client/interceptor.rb', line 126 def result_hint @result_hint end |
#rpc_options ⇒ Object (readonly)
Returns the value of attribute rpc_options
126 127 128 |
# File 'lib/temporalio/client/interceptor.rb', line 126 def @rpc_options end |
#run_id ⇒ Object (readonly)
Returns the value of attribute run_id
126 127 128 |
# File 'lib/temporalio/client/interceptor.rb', line 126 def run_id @run_id end |
#update ⇒ Object (readonly)
Returns the value of attribute update
126 127 128 |
# File 'lib/temporalio/client/interceptor.rb', line 126 def update @update end |
#update_id ⇒ Object (readonly)
Returns the value of attribute update_id
126 127 128 |
# File 'lib/temporalio/client/interceptor.rb', line 126 def update_id @update_id end |
#wait_for_stage ⇒ Object (readonly)
Returns the value of attribute wait_for_stage
126 127 128 |
# File 'lib/temporalio/client/interceptor.rb', line 126 def wait_for_stage @wait_for_stage end |
#workflow_id ⇒ Object (readonly)
Returns the value of attribute workflow_id
126 127 128 |
# File 'lib/temporalio/client/interceptor.rb', line 126 def workflow_id @workflow_id end |