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

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#resultObject

Returns the value of attribute result

Returns:

  • (Object)

    the current value of result



161
162
163
# File 'lib/temporalio/client/interceptor.rb', line 161

def result
  @result
end

#rpc_metadataObject

Returns the value of attribute rpc_metadata

Returns:

  • (Object)

    the current value of rpc_metadata



161
162
163
# File 'lib/temporalio/client/interceptor.rb', line 161

def 
  @rpc_metadata
end

#rpc_timeoutObject

Returns the value of attribute rpc_timeout

Returns:

  • (Object)

    the current value of rpc_timeout



161
162
163
# File 'lib/temporalio/client/interceptor.rb', line 161

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



161
162
163
# File 'lib/temporalio/client/interceptor.rb', line 161

def task_token_or_id_reference
  @task_token_or_id_reference
end