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