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

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#errorObject

Returns the value of attribute error

Returns:

  • (Object)

    the current value of error



170
171
172
# File 'lib/temporalio/client/interceptor.rb', line 170

def error
  @error
end

#last_heartbeat_detailsObject

Returns the value of attribute last_heartbeat_details

Returns:

  • (Object)

    the current value of last_heartbeat_details



170
171
172
# File 'lib/temporalio/client/interceptor.rb', line 170

def last_heartbeat_details
  @last_heartbeat_details
end

#rpc_metadataObject

Returns the value of attribute rpc_metadata

Returns:

  • (Object)

    the current value of rpc_metadata



170
171
172
# File 'lib/temporalio/client/interceptor.rb', line 170

def 
  @rpc_metadata
end

#rpc_timeoutObject

Returns the value of attribute rpc_timeout

Returns:

  • (Object)

    the current value of rpc_timeout



170
171
172
# File 'lib/temporalio/client/interceptor.rb', line 170

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



170
171
172
# File 'lib/temporalio/client/interceptor.rb', line 170

def task_token_or_id_reference
  @task_token_or_id_reference
end