Class: Temporalio::Client::Interceptor::DescribeWorkflowInput
- Inherits:
-
Struct
- Object
- Struct
- Temporalio::Client::Interceptor::DescribeWorkflowInput
- Defined in:
- lib/temporalio/client/interceptor.rb
Overview
Input for Outbound#describe_workflow.
Instance Attribute Summary collapse
-
#rpc_metadata ⇒ Object
Returns the value of attribute rpc_metadata.
-
#rpc_timeout ⇒ Object
Returns the value of attribute rpc_timeout.
-
#run_id ⇒ Object
Returns the value of attribute run_id.
-
#workflow_id ⇒ Object
Returns the value of attribute workflow_id.
Instance Attribute Details
#rpc_metadata ⇒ Object
Returns the value of attribute rpc_metadata
60 61 62 |
# File 'lib/temporalio/client/interceptor.rb', line 60 def @rpc_metadata end |
#rpc_timeout ⇒ Object
Returns the value of attribute rpc_timeout
60 61 62 |
# File 'lib/temporalio/client/interceptor.rb', line 60 def rpc_timeout @rpc_timeout end |
#run_id ⇒ Object
Returns the value of attribute run_id
60 61 62 |
# File 'lib/temporalio/client/interceptor.rb', line 60 def run_id @run_id end |
#workflow_id ⇒ Object
Returns the value of attribute workflow_id
60 61 62 |
# File 'lib/temporalio/client/interceptor.rb', line 60 def workflow_id @workflow_id end |