Class: Temporalio::Client::Interceptor::CompleteAsyncActivityInput
- Inherits:
-
Data
- Object
- Data
- Temporalio::Client::Interceptor::CompleteAsyncActivityInput
- Defined in:
- lib/temporalio/client/interceptor.rb
Overview
Input for Outbound#complete_async_activity.
Instance Attribute Summary collapse
-
#result ⇒ Object
readonly
Returns the value of attribute result.
-
#result_hint ⇒ Object
readonly
Returns the value of attribute result_hint.
-
#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
#result ⇒ Object (readonly)
Returns the value of attribute result
238 239 240 |
# File 'lib/temporalio/client/interceptor.rb', line 238 def result @result end |
#result_hint ⇒ Object (readonly)
Returns the value of attribute result_hint
238 239 240 |
# File 'lib/temporalio/client/interceptor.rb', line 238 def result_hint @result_hint end |
#rpc_options ⇒ Object (readonly)
Returns the value of attribute rpc_options
238 239 240 |
# File 'lib/temporalio/client/interceptor.rb', line 238 def @rpc_options end |
#task_token_or_id_reference ⇒ Object (readonly)
Returns the value of attribute task_token_or_id_reference
238 239 240 |
# File 'lib/temporalio/client/interceptor.rb', line 238 def task_token_or_id_reference @task_token_or_id_reference end |