Class: Temporalio::Worker::Interceptor::Workflow::HandleUpdateInput
- Inherits:
-
Data
- Object
- Data
- Temporalio::Worker::Interceptor::Workflow::HandleUpdateInput
- Defined in:
- lib/temporalio/worker/interceptor.rb
Overview
Input for Inbound#validate_update and Inbound#handle_update.
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.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#update ⇒ Object
readonly
Returns the value of attribute update.
Instance Attribute Details
#args ⇒ Object (readonly)
Returns the value of attribute args
128 129 130 |
# File 'lib/temporalio/worker/interceptor.rb', line 128 def args @args end |
#definition ⇒ Object (readonly)
Returns the value of attribute definition
128 129 130 |
# File 'lib/temporalio/worker/interceptor.rb', line 128 def definition @definition end |
#headers ⇒ Object (readonly)
Returns the value of attribute headers
128 129 130 |
# File 'lib/temporalio/worker/interceptor.rb', line 128 def headers @headers end |
#id ⇒ Object (readonly)
Returns the value of attribute id
128 129 130 |
# File 'lib/temporalio/worker/interceptor.rb', line 128 def id @id end |
#update ⇒ Object (readonly)
Returns the value of attribute update
128 129 130 |
# File 'lib/temporalio/worker/interceptor.rb', line 128 def update @update end |