Class: Temporalio::Worker::Interceptor::Workflow::HandleSignalInput
- Inherits:
-
Data
- Object
- Data
- Temporalio::Worker::Interceptor::Workflow::HandleSignalInput
- Defined in:
- lib/temporalio/worker/interceptor.rb
Overview
Input for Inbound#handle_signal.
Instance Attribute Summary collapse
-
#args ⇒ Object
readonly
Returns the value of attribute args.
-
#definition ⇒ Object
readonly
Returns the value of attribute definition.
-
#headers ⇒ Object
readonly
Returns the value of attribute headers.
-
#signal ⇒ Object
readonly
Returns the value of attribute signal.
Instance Attribute Details
#args ⇒ Object (readonly)
Returns the value of attribute args
111 112 113 |
# File 'lib/temporalio/worker/interceptor.rb', line 111 def args @args end |
#definition ⇒ Object (readonly)
Returns the value of attribute definition
111 112 113 |
# File 'lib/temporalio/worker/interceptor.rb', line 111 def definition @definition end |
#headers ⇒ Object (readonly)
Returns the value of attribute headers
111 112 113 |
# File 'lib/temporalio/worker/interceptor.rb', line 111 def headers @headers end |
#signal ⇒ Object (readonly)
Returns the value of attribute signal
111 112 113 |
# File 'lib/temporalio/worker/interceptor.rb', line 111 def signal @signal end |