Class: Temporalio::Client::Interceptor::FailAsyncActivityInput
- Inherits:
-
Data
- Object
- Data
- Temporalio::Client::Interceptor::FailAsyncActivityInput
- Defined in:
- lib/temporalio/client/interceptor.rb
Overview
Input for Outbound#fail_async_activity.
Instance Attribute Summary collapse
-
#error ⇒ Object
readonly
Returns the value of attribute error.
-
#last_heartbeat_detail_hints ⇒ Object
readonly
Returns the value of attribute last_heartbeat_detail_hints.
-
#last_heartbeat_details ⇒ Object
readonly
Returns the value of attribute last_heartbeat_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
#error ⇒ Object (readonly)
Returns the value of attribute error
246 247 248 |
# File 'lib/temporalio/client/interceptor.rb', line 246 def error @error end |
#last_heartbeat_detail_hints ⇒ Object (readonly)
Returns the value of attribute last_heartbeat_detail_hints
246 247 248 |
# File 'lib/temporalio/client/interceptor.rb', line 246 def last_heartbeat_detail_hints @last_heartbeat_detail_hints end |
#last_heartbeat_details ⇒ Object (readonly)
Returns the value of attribute last_heartbeat_details
246 247 248 |
# File 'lib/temporalio/client/interceptor.rb', line 246 def last_heartbeat_details @last_heartbeat_details end |
#rpc_options ⇒ Object (readonly)
Returns the value of attribute rpc_options
246 247 248 |
# File 'lib/temporalio/client/interceptor.rb', line 246 def @rpc_options end |
#task_token_or_id_reference ⇒ Object (readonly)
Returns the value of attribute task_token_or_id_reference
246 247 248 |
# File 'lib/temporalio/client/interceptor.rb', line 246 def task_token_or_id_reference @task_token_or_id_reference end |