Class: Temporalio::Client::Interceptor::FailAsyncActivityInput
- Inherits:
-
Struct
- Object
- Struct
- Temporalio::Client::Interceptor::FailAsyncActivityInput
- Defined in:
- lib/temporalio/client/interceptor.rb
Overview
Input for Outbound#fail_async_activity.
Instance Attribute Summary collapse
-
#error ⇒ Object
Returns the value of attribute error.
-
#last_heartbeat_details ⇒ Object
Returns the value of attribute last_heartbeat_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
#error ⇒ Object
Returns the value of attribute error
170 171 172 |
# File 'lib/temporalio/client/interceptor.rb', line 170 def error @error end |
#last_heartbeat_details ⇒ Object
Returns the value of attribute last_heartbeat_details
170 171 172 |
# File 'lib/temporalio/client/interceptor.rb', line 170 def last_heartbeat_details @last_heartbeat_details end |
#rpc_metadata ⇒ Object
Returns the value of attribute rpc_metadata
170 171 172 |
# File 'lib/temporalio/client/interceptor.rb', line 170 def @rpc_metadata end |
#rpc_timeout ⇒ Object
Returns the value of attribute rpc_timeout
170 171 172 |
# File 'lib/temporalio/client/interceptor.rb', line 170 def rpc_timeout @rpc_timeout end |
#task_token_or_id_reference ⇒ Object
Returns the value of attribute task_token_or_id_reference
170 171 172 |
# File 'lib/temporalio/client/interceptor.rb', line 170 def task_token_or_id_reference @task_token_or_id_reference end |