Class: Temporalio::Worker::Interceptor::Activity::ExecuteInput
- Inherits:
-
Data
- Object
- Data
- Temporalio::Worker::Interceptor::Activity::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.
-
#proc ⇒ Object
readonly
Returns the value of attribute proc.
-
#result_hint ⇒ Object
readonly
Returns the value of attribute result_hint.
Instance Attribute Details
#args ⇒ Object (readonly)
Returns the value of attribute args
22 23 24 |
# File 'lib/temporalio/worker/interceptor.rb', line 22 def args @args end |
#headers ⇒ Object (readonly)
Returns the value of attribute headers
22 23 24 |
# File 'lib/temporalio/worker/interceptor.rb', line 22 def headers @headers end |
#proc ⇒ Object (readonly)
Returns the value of attribute proc
22 23 24 |
# File 'lib/temporalio/worker/interceptor.rb', line 22 def proc @proc end |
#result_hint ⇒ Object (readonly)
Returns the value of attribute result_hint
22 23 24 |
# File 'lib/temporalio/worker/interceptor.rb', line 22 def result_hint @result_hint end |