Class: Temporalio::Worker::Interceptor::Activity::HeartbeatInput
- Inherits:
-
Data
- Object
- Data
- Temporalio::Worker::Interceptor::Activity::HeartbeatInput
- Defined in:
- lib/temporalio/worker/interceptor.rb
Overview
Input for Outbound#heartbeat.
Instance Attribute Summary collapse
-
#detail_hints ⇒ Object
readonly
Returns the value of attribute detail_hints.
-
#details ⇒ Object
readonly
Returns the value of attribute details.
Instance Attribute Details
#detail_hints ⇒ Object (readonly)
Returns the value of attribute detail_hints
62 63 64 |
# File 'lib/temporalio/worker/interceptor.rb', line 62 def detail_hints @detail_hints end |
#details ⇒ Object (readonly)
Returns the value of attribute details
62 63 64 |
# File 'lib/temporalio/worker/interceptor.rb', line 62 def details @details end |