Class: Temporalio::Client::Interceptor::ReportCancellationAsyncActivityInput
- Inherits:
-
Struct
- Object
- Struct
- Temporalio::Client::Interceptor::ReportCancellationAsyncActivityInput
- Defined in:
- lib/temporalio/client/interceptor.rb
Overview
Input for Outbound#report_cancellation_async_activity.
Instance Attribute Summary collapse
-
#details ⇒ Object
Returns the value of attribute details.
-
#rpc_metadata ⇒ Object
Returns the value of attribute rpc_metadata.
-
#rpc_timeout ⇒ Object
Returns the value of attribute rpc_timeout.
-
#task_token_or_id_reference ⇒ Object
Returns the value of attribute task_token_or_id_reference.
Instance Attribute Details
#details ⇒ Object
Returns the value of attribute details
180 181 182 |
# File 'lib/temporalio/client/interceptor.rb', line 180 def details @details end |
#rpc_metadata ⇒ Object
Returns the value of attribute rpc_metadata
180 181 182 |
# File 'lib/temporalio/client/interceptor.rb', line 180 def @rpc_metadata end |
#rpc_timeout ⇒ Object
Returns the value of attribute rpc_timeout
180 181 182 |
# File 'lib/temporalio/client/interceptor.rb', line 180 def rpc_timeout @rpc_timeout end |
#task_token_or_id_reference ⇒ Object
Returns the value of attribute 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 |