Class: Temporalio::Client::Interceptor::CompleteAsyncActivityInput

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#resultObject (readonly)

Returns the value of attribute result

Returns:

  • (Object)

    the current value of result



238
239
240
# File 'lib/temporalio/client/interceptor.rb', line 238

def result
  @result
end

#result_hintObject (readonly)

Returns the value of attribute result_hint

Returns:

  • (Object)

    the current value of result_hint



238
239
240
# File 'lib/temporalio/client/interceptor.rb', line 238

def result_hint
  @result_hint
end

#rpc_optionsObject (readonly)

Returns the value of attribute rpc_options

Returns:

  • (Object)

    the current value of rpc_options



238
239
240
# File 'lib/temporalio/client/interceptor.rb', line 238

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



238
239
240
# File 'lib/temporalio/client/interceptor.rb', line 238

def task_token_or_id_reference
  @task_token_or_id_reference
end