Class: Temporalio::Client::Interceptor::HeartbeatAsyncActivityInput

Inherits:
Struct
  • Object
show all
Defined in:
lib/temporalio/client/interceptor.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#detailsObject

Returns the value of attribute details

Returns:

  • (Object)

    the current value of details



152
153
154
# File 'lib/temporalio/client/interceptor.rb', line 152

def details
  @details
end

#rpc_metadataObject

Returns the value of attribute rpc_metadata

Returns:

  • (Object)

    the current value of rpc_metadata



152
153
154
# File 'lib/temporalio/client/interceptor.rb', line 152

def 
  @rpc_metadata
end

#rpc_timeoutObject

Returns the value of attribute rpc_timeout

Returns:

  • (Object)

    the current value of rpc_timeout



152
153
154
# File 'lib/temporalio/client/interceptor.rb', line 152

def rpc_timeout
  @rpc_timeout
end

#task_token_or_id_referenceObject

Returns the value of attribute task_token_or_id_reference

Returns:

  • (Object)

    the current value of task_token_or_id_reference



152
153
154
# File 'lib/temporalio/client/interceptor.rb', line 152

def task_token_or_id_reference
  @task_token_or_id_reference
end