Class: Temporalio::Client::Interceptor::DescribeWorkflowInput
- Inherits:
-
Data
- Object
- Data
- Temporalio::Client::Interceptor::DescribeWorkflowInput
- Defined in:
- lib/temporalio/client/interceptor.rb
Overview
Input for Outbound#describe_workflow.
Instance Attribute Summary collapse
-
#rpc_options ⇒ Object
readonly
Returns the value of attribute rpc_options.
-
#run_id ⇒ Object
readonly
Returns the value of attribute run_id.
-
#workflow_id ⇒ Object
readonly
Returns the value of attribute workflow_id.
Instance Attribute Details
#rpc_options ⇒ Object (readonly)
Returns the value of attribute rpc_options
85 86 87 |
# File 'lib/temporalio/client/interceptor.rb', line 85 def @rpc_options end |
#run_id ⇒ Object (readonly)
Returns the value of attribute run_id
85 86 87 |
# File 'lib/temporalio/client/interceptor.rb', line 85 def run_id @run_id end |
#workflow_id ⇒ Object (readonly)
Returns the value of attribute workflow_id
85 86 87 |
# File 'lib/temporalio/client/interceptor.rb', line 85 def workflow_id @workflow_id end |