Class: Temporalio::Client::Interceptor::PollWorkflowUpdateInput
- Inherits:
-
Data
- Object
- Data
- Temporalio::Client::Interceptor::PollWorkflowUpdateInput
- Defined in:
- lib/temporalio/client/interceptor.rb
Overview
Input for Outbound#poll_workflow_update.
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.
-
#update_id ⇒ Object
readonly
Returns the value of attribute update_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
140 141 142 |
# File 'lib/temporalio/client/interceptor.rb', line 140 def @rpc_options end |
#run_id ⇒ Object (readonly)
Returns the value of attribute run_id
140 141 142 |
# File 'lib/temporalio/client/interceptor.rb', line 140 def run_id @run_id end |
#update_id ⇒ Object (readonly)
Returns the value of attribute update_id
140 141 142 |
# File 'lib/temporalio/client/interceptor.rb', line 140 def update_id @update_id end |
#workflow_id ⇒ Object (readonly)
Returns the value of attribute workflow_id
140 141 142 |
# File 'lib/temporalio/client/interceptor.rb', line 140 def workflow_id @workflow_id end |