Class: Temporalio::Worker::Interceptor::HeartbeatActivityInput
- Inherits:
-
Struct
- Object
- Struct
- Temporalio::Worker::Interceptor::HeartbeatActivityInput
- Defined in:
- lib/temporalio/worker/interceptor.rb
Overview
Input for ActivityOutbound#heartbeat.
Instance Attribute Summary collapse
-
#details ⇒ Object
Returns the value of attribute details.
Instance Attribute Details
#details ⇒ Object
Returns the value of attribute details
29 30 31 |
# File 'lib/temporalio/worker/interceptor.rb', line 29 def details @details end |