Class: Temporalio::Client::Interceptor::QueryWorkflowInput
- Inherits:
-
Struct
- Object
- Struct
- Temporalio::Client::Interceptor::QueryWorkflowInput
- Defined in:
- lib/temporalio/client/interceptor.rb
Overview
Input for Outbound#query_workflow.
Instance Attribute Summary collapse
-
#args ⇒ Object
Returns the value of attribute args.
-
#headers ⇒ Object
Returns the value of attribute headers.
-
#query ⇒ Object
Returns the value of attribute query.
-
#reject_condition ⇒ Object
Returns the value of attribute reject_condition.
-
#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
#args ⇒ Object
Returns the value of attribute args
93 94 95 |
# File 'lib/temporalio/client/interceptor.rb', line 93 def args @args end |
#headers ⇒ Object
Returns the value of attribute headers
93 94 95 |
# File 'lib/temporalio/client/interceptor.rb', line 93 def headers @headers end |
#query ⇒ Object
Returns the value of attribute query
93 94 95 |
# File 'lib/temporalio/client/interceptor.rb', line 93 def query @query end |
#reject_condition ⇒ Object
Returns the value of attribute reject_condition
93 94 95 |
# File 'lib/temporalio/client/interceptor.rb', line 93 def reject_condition @reject_condition end |
#rpc_metadata ⇒ Object
Returns the value of attribute rpc_metadata
93 94 95 |
# File 'lib/temporalio/client/interceptor.rb', line 93 def @rpc_metadata end |
#rpc_timeout ⇒ Object
Returns the value of attribute rpc_timeout
93 94 95 |
# File 'lib/temporalio/client/interceptor.rb', line 93 def rpc_timeout @rpc_timeout end |
#run_id ⇒ Object
Returns the value of attribute run_id
93 94 95 |
# File 'lib/temporalio/client/interceptor.rb', line 93 def run_id @run_id end |
#workflow_id ⇒ Object
Returns the value of attribute workflow_id
93 94 95 |
# File 'lib/temporalio/client/interceptor.rb', line 93 def workflow_id @workflow_id end |