Class: Temporalio::Client::Interceptor::CompleteAsyncActivityInput
- Inherits:
-
Struct
- Object
- Struct
- Temporalio::Client::Interceptor::CompleteAsyncActivityInput
- Defined in:
- lib/temporalio/client/interceptor.rb
Overview
Input for Outbound#complete_async_activity.
Instance Attribute Summary collapse
-
#result ⇒ Object
Returns the value of attribute result.
-
#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
#result ⇒ Object
Returns the value of attribute result
161 162 163 |
# File 'lib/temporalio/client/interceptor.rb', line 161 def result @result end |
#rpc_metadata ⇒ Object
Returns the value of attribute rpc_metadata
161 162 163 |
# File 'lib/temporalio/client/interceptor.rb', line 161 def @rpc_metadata end |
#rpc_timeout ⇒ Object
Returns the value of attribute rpc_timeout
161 162 163 |
# File 'lib/temporalio/client/interceptor.rb', line 161 def rpc_timeout @rpc_timeout end |
#task_token_or_id_reference ⇒ Object
Returns the value of attribute 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 |