Class: Temporalio::Worker::Interceptor::Activity::HeartbeatInput

Inherits:
Data
  • Object
show all
Defined in:
lib/temporalio/worker/interceptor.rb

Overview

Input for Outbound#heartbeat.

Instance Attribute Summary collapse

Instance Attribute Details

#detail_hintsObject (readonly)

Returns the value of attribute detail_hints

Returns:

  • (Object)

    the current value of detail_hints



62
63
64
# File 'lib/temporalio/worker/interceptor.rb', line 62

def detail_hints
  @detail_hints
end

#detailsObject (readonly)

Returns the value of attribute details

Returns:

  • (Object)

    the current value of details



62
63
64
# File 'lib/temporalio/worker/interceptor.rb', line 62

def details
  @details
end