Class: Temporalio::Client::Interceptor::FailAsyncActivityInput

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#errorObject (readonly)

Returns the value of attribute error

Returns:

  • (Object)

    the current value of error



246
247
248
# File 'lib/temporalio/client/interceptor.rb', line 246

def error
  @error
end

#last_heartbeat_detail_hintsObject (readonly)

Returns the value of attribute last_heartbeat_detail_hints

Returns:

  • (Object)

    the current value of last_heartbeat_detail_hints



246
247
248
# File 'lib/temporalio/client/interceptor.rb', line 246

def last_heartbeat_detail_hints
  @last_heartbeat_detail_hints
end

#last_heartbeat_detailsObject (readonly)

Returns the value of attribute last_heartbeat_details

Returns:

  • (Object)

    the current value of last_heartbeat_details



246
247
248
# File 'lib/temporalio/client/interceptor.rb', line 246

def last_heartbeat_details
  @last_heartbeat_details
end

#rpc_optionsObject (readonly)

Returns the value of attribute rpc_options

Returns:

  • (Object)

    the current value of rpc_options



246
247
248
# File 'lib/temporalio/client/interceptor.rb', line 246

def rpc_options
  @rpc_options
end

#task_token_or_id_referenceObject (readonly)

Returns the value of attribute task_token_or_id_reference

Returns:

  • (Object)

    the current value of task_token_or_id_reference



246
247
248
# File 'lib/temporalio/client/interceptor.rb', line 246

def task_token_or_id_reference
  @task_token_or_id_reference
end