Class: Temporalio::Client::Interceptor::SignalWithStartWorkflowInput
- Inherits:
-
Data
- Object
- Data
- Temporalio::Client::Interceptor::SignalWithStartWorkflowInput
- Defined in:
- lib/temporalio/client/interceptor.rb
Overview
Input for Outbound#signal_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.
-
#rpc_options ⇒ Object
readonly
Returns the value of attribute rpc_options.
-
#signal ⇒ Object
readonly
Returns the value of attribute signal.
-
#start_workflow_operation ⇒ Object
readonly
Returns the value of attribute start_workflow_operation.
Instance Attribute Details
#arg_hints ⇒ Object (readonly)
Returns the value of attribute arg_hints
61 62 63 |
# File 'lib/temporalio/client/interceptor.rb', line 61 def arg_hints @arg_hints end |
#args ⇒ Object (readonly)
Returns the value of attribute args
61 62 63 |
# File 'lib/temporalio/client/interceptor.rb', line 61 def args @args end |
#rpc_options ⇒ Object (readonly)
Returns the value of attribute rpc_options
61 62 63 |
# File 'lib/temporalio/client/interceptor.rb', line 61 def @rpc_options end |
#signal ⇒ Object (readonly)
Returns the value of attribute signal
61 62 63 |
# File 'lib/temporalio/client/interceptor.rb', line 61 def signal @signal end |
#start_workflow_operation ⇒ Object (readonly)
Returns the value of attribute start_workflow_operation
61 62 63 |
# File 'lib/temporalio/client/interceptor.rb', line 61 def start_workflow_operation @start_workflow_operation end |