Class: Temporalio::Client::Interceptor::StartUpdateWithStartWorkflowInput
- Inherits:
-
Data
- Object
- Data
- Temporalio::Client::Interceptor::StartUpdateWithStartWorkflowInput
- Defined in:
- lib/temporalio/client/interceptor.rb
Overview
Input for Outbound#start_update_with_start_workflow.
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.
-
#start_workflow_operation ⇒ Object
readonly
Returns the value of attribute start_workflow_operation.
-
#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.
Instance Attribute Details
#arg_hints ⇒ Object (readonly)
Returns the value of attribute arg_hints
48 49 50 |
# File 'lib/temporalio/client/interceptor.rb', line 48 def arg_hints @arg_hints end |
#args ⇒ Object (readonly)
Returns the value of attribute args
48 49 50 |
# File 'lib/temporalio/client/interceptor.rb', line 48 def args @args end |
#headers ⇒ Object (readonly)
Returns the value of attribute headers
48 49 50 |
# File 'lib/temporalio/client/interceptor.rb', line 48 def headers @headers end |
#result_hint ⇒ Object (readonly)
Returns the value of attribute result_hint
48 49 50 |
# File 'lib/temporalio/client/interceptor.rb', line 48 def result_hint @result_hint end |
#rpc_options ⇒ Object (readonly)
Returns the value of attribute rpc_options
48 49 50 |
# File 'lib/temporalio/client/interceptor.rb', line 48 def @rpc_options end |
#start_workflow_operation ⇒ Object (readonly)
Returns the value of attribute start_workflow_operation
48 49 50 |
# File 'lib/temporalio/client/interceptor.rb', line 48 def start_workflow_operation @start_workflow_operation end |
#update ⇒ Object (readonly)
Returns the value of attribute update
48 49 50 |
# File 'lib/temporalio/client/interceptor.rb', line 48 def update @update end |
#update_id ⇒ Object (readonly)
Returns the value of attribute update_id
48 49 50 |
# File 'lib/temporalio/client/interceptor.rb', line 48 def update_id @update_id end |
#wait_for_stage ⇒ Object (readonly)
Returns the value of attribute wait_for_stage
48 49 50 |
# File 'lib/temporalio/client/interceptor.rb', line 48 def wait_for_stage @wait_for_stage end |