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