Class: Temporalio::Client::Interceptor::ReportCancellationAsyncActivityInput
- Inherits:
-
Data
- Object
- Data
- Temporalio::Client::Interceptor::ReportCancellationAsyncActivityInput
- Defined in:
- lib/temporalio/client/interceptor.rb
Overview
Input for Outbound#report_cancellation_async_activity.
Instance Attribute Summary collapse
-
#detail_hints ⇒ Object
readonly
Returns the value of attribute detail_hints.
-
#details ⇒ Object
readonly
Returns the value of attribute details.
-
#rpc_options ⇒ Object
readonly
Returns the value of attribute rpc_options.
-
#task_token_or_id_reference ⇒ Object
readonly
Returns the value of attribute task_token_or_id_reference.
Instance Attribute Details
#detail_hints ⇒ Object (readonly)
Returns the value of attribute detail_hints
255 256 257 |
# File 'lib/temporalio/client/interceptor.rb', line 255 def detail_hints @detail_hints end |
#details ⇒ Object (readonly)
Returns the value of attribute details
255 256 257 |
# File 'lib/temporalio/client/interceptor.rb', line 255 def details @details end |
#rpc_options ⇒ Object (readonly)
Returns the value of attribute rpc_options
255 256 257 |
# File 'lib/temporalio/client/interceptor.rb', line 255 def @rpc_options end |
#task_token_or_id_reference ⇒ Object (readonly)
Returns the value of attribute task_token_or_id_reference
255 256 257 |
# File 'lib/temporalio/client/interceptor.rb', line 255 def task_token_or_id_reference @task_token_or_id_reference end |