Class: Temporalio::Worker::Interceptor::ExecuteActivityInput
- Inherits:
-
Struct
- Object
- Struct
- Temporalio::Worker::Interceptor::ExecuteActivityInput
- Defined in:
- lib/temporalio/worker/interceptor.rb
Overview
Input for ActivityInbound#execute.
Instance Attribute Summary collapse
-
#args ⇒ Object
Returns the value of attribute args.
-
#headers ⇒ Object
Returns the value of attribute headers.
-
#proc ⇒ Object
Returns the value of attribute proc.
Instance Attribute Details
#args ⇒ Object
Returns the value of attribute args
21 22 23 |
# File 'lib/temporalio/worker/interceptor.rb', line 21 def args @args end |
#headers ⇒ Object
Returns the value of attribute headers
21 22 23 |
# File 'lib/temporalio/worker/interceptor.rb', line 21 def headers @headers end |
#proc ⇒ Object
Returns the value of attribute proc
21 22 23 |
# File 'lib/temporalio/worker/interceptor.rb', line 21 def proc @proc end |