Class: Temporalio::Client::Interceptor::SignalWorkflowInput
- Inherits:
-
Data
- Object
- Data
- Temporalio::Client::Interceptor::SignalWorkflowInput
- Defined in:
- lib/temporalio/client/interceptor.rb
Overview
Input for Outbound#signal_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.
-
#rpc_options ⇒ Object
readonly
Returns the value of attribute rpc_options.
-
#run_id ⇒ Object
readonly
Returns the value of attribute run_id.
-
#signal ⇒ Object
readonly
Returns the value of attribute signal.
-
#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
102 103 104 |
# File 'lib/temporalio/client/interceptor.rb', line 102 def arg_hints @arg_hints end |
#args ⇒ Object (readonly)
Returns the value of attribute args
102 103 104 |
# File 'lib/temporalio/client/interceptor.rb', line 102 def args @args end |
#headers ⇒ Object (readonly)
Returns the value of attribute headers
102 103 104 |
# File 'lib/temporalio/client/interceptor.rb', line 102 def headers @headers end |
#rpc_options ⇒ Object (readonly)
Returns the value of attribute rpc_options
102 103 104 |
# File 'lib/temporalio/client/interceptor.rb', line 102 def @rpc_options end |
#run_id ⇒ Object (readonly)
Returns the value of attribute run_id
102 103 104 |
# File 'lib/temporalio/client/interceptor.rb', line 102 def run_id @run_id end |
#signal ⇒ Object (readonly)
Returns the value of attribute signal
102 103 104 |
# File 'lib/temporalio/client/interceptor.rb', line 102 def signal @signal end |
#workflow_id ⇒ Object (readonly)
Returns the value of attribute workflow_id
102 103 104 |
# File 'lib/temporalio/client/interceptor.rb', line 102 def workflow_id @workflow_id end |