Class: Temporalio::Client::Interceptor::SignalWorkflowInput
- Inherits:
-
Struct
- Object
- Struct
- Temporalio::Client::Interceptor::SignalWorkflowInput
- Defined in:
- lib/temporalio/client/interceptor.rb
Overview
Input for Outbound#signal_workflow.
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.
-
#signal ⇒ Object
Returns the value of attribute signal.
-
#workflow_id ⇒ Object
Returns the value of attribute workflow_id.
Instance Attribute Details
#args ⇒ Object
Returns the value of attribute args
81 82 83 |
# File 'lib/temporalio/client/interceptor.rb', line 81 def args @args end |
#headers ⇒ Object
Returns the value of attribute headers
81 82 83 |
# File 'lib/temporalio/client/interceptor.rb', line 81 def headers @headers end |
#rpc_metadata ⇒ Object
Returns the value of attribute rpc_metadata
81 82 83 |
# File 'lib/temporalio/client/interceptor.rb', line 81 def @rpc_metadata end |
#rpc_timeout ⇒ Object
Returns the value of attribute rpc_timeout
81 82 83 |
# File 'lib/temporalio/client/interceptor.rb', line 81 def rpc_timeout @rpc_timeout end |
#run_id ⇒ Object
Returns the value of attribute run_id
81 82 83 |
# File 'lib/temporalio/client/interceptor.rb', line 81 def run_id @run_id end |
#signal ⇒ Object
Returns the value of attribute signal
81 82 83 |
# File 'lib/temporalio/client/interceptor.rb', line 81 def signal @signal end |
#workflow_id ⇒ Object
Returns the value of attribute workflow_id
81 82 83 |
# File 'lib/temporalio/client/interceptor.rb', line 81 def workflow_id @workflow_id end |