Class: Temporalio::Client::Interceptor::ReportCancellationAsyncActivityInput

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



180
181
182
# File 'lib/temporalio/client/interceptor.rb', line 180

def details
  @details
end

#rpc_metadataObject

Returns the value of attribute rpc_metadata

Returns:

  • (Object)

    the current value of rpc_metadata



180
181
182
# File 'lib/temporalio/client/interceptor.rb', line 180

def 
  @rpc_metadata
end

#rpc_timeoutObject

Returns the value of attribute rpc_timeout

Returns:

  • (Object)

    the current value of rpc_timeout



180
181
182
# File 'lib/temporalio/client/interceptor.rb', line 180

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



180
181
182
# File 'lib/temporalio/client/interceptor.rb', line 180

def task_token_or_id_reference
  @task_token_or_id_reference
end