Class: Temporalio::Worker::Interceptor::Workflow::SignalChildWorkflowInput
- Inherits:
-
Data
- Object
- Data
- Temporalio::Worker::Interceptor::Workflow::SignalChildWorkflowInput
- Defined in:
- lib/temporalio/worker/interceptor.rb
Overview
Input for Outbound#signal_child_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.
-
#cancellation ⇒ Object
readonly
Returns the value of attribute cancellation.
-
#headers ⇒ Object
readonly
Returns the value of attribute headers.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#signal ⇒ Object
readonly
Returns the value of attribute signal.
Instance Attribute Details
#arg_hints ⇒ Object (readonly)
Returns the value of attribute arg_hints
251 252 253 |
# File 'lib/temporalio/worker/interceptor.rb', line 251 def arg_hints @arg_hints end |
#args ⇒ Object (readonly)
Returns the value of attribute args
251 252 253 |
# File 'lib/temporalio/worker/interceptor.rb', line 251 def args @args end |
#cancellation ⇒ Object (readonly)
Returns the value of attribute cancellation
251 252 253 |
# File 'lib/temporalio/worker/interceptor.rb', line 251 def cancellation @cancellation end |
#headers ⇒ Object (readonly)
Returns the value of attribute headers
251 252 253 |
# File 'lib/temporalio/worker/interceptor.rb', line 251 def headers @headers end |
#id ⇒ Object (readonly)
Returns the value of attribute id
251 252 253 |
# File 'lib/temporalio/worker/interceptor.rb', line 251 def id @id end |
#signal ⇒ Object (readonly)
Returns the value of attribute signal
251 252 253 |
# File 'lib/temporalio/worker/interceptor.rb', line 251 def signal @signal end |