Class: Temporalio::Client::Interceptor::QueryWorkflowInput
- Inherits:
-
Data
- Object
- Data
- Temporalio::Client::Interceptor::QueryWorkflowInput
- Defined in:
- lib/temporalio/client/interceptor.rb
Overview
Input for Outbound#query_workflow.
Instance Attribute Summary collapse
-
#arg_hints ⇒ Object
readonly
Returns the value of attribute arg_hints.
-
#args ⇒ Object
readonly
Returns the value of attribute args.
-
#headers ⇒ Object
readonly
Returns the value of attribute headers.
-
#query ⇒ Object
readonly
Returns the value of attribute query.
-
#reject_condition ⇒ Object
readonly
Returns the value of attribute reject_condition.
-
#result_hint ⇒ Object
readonly
Returns the value of attribute result_hint.
-
#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
#arg_hints ⇒ Object (readonly)
Returns the value of attribute arg_hints
113 114 115 |
# File 'lib/temporalio/client/interceptor.rb', line 113 def arg_hints @arg_hints end |
#args ⇒ Object (readonly)
Returns the value of attribute args
113 114 115 |
# File 'lib/temporalio/client/interceptor.rb', line 113 def args @args end |
#headers ⇒ Object (readonly)
Returns the value of attribute headers
113 114 115 |
# File 'lib/temporalio/client/interceptor.rb', line 113 def headers @headers end |
#query ⇒ Object (readonly)
Returns the value of attribute query
113 114 115 |
# File 'lib/temporalio/client/interceptor.rb', line 113 def query @query end |
#reject_condition ⇒ Object (readonly)
Returns the value of attribute reject_condition
113 114 115 |
# File 'lib/temporalio/client/interceptor.rb', line 113 def reject_condition @reject_condition end |
#result_hint ⇒ Object (readonly)
Returns the value of attribute result_hint
113 114 115 |
# File 'lib/temporalio/client/interceptor.rb', line 113 def result_hint @result_hint end |
#rpc_options ⇒ Object (readonly)
Returns the value of attribute rpc_options
113 114 115 |
# File 'lib/temporalio/client/interceptor.rb', line 113 def @rpc_options end |
#run_id ⇒ Object (readonly)
Returns the value of attribute run_id
113 114 115 |
# File 'lib/temporalio/client/interceptor.rb', line 113 def run_id @run_id end |
#workflow_id ⇒ Object (readonly)
Returns the value of attribute workflow_id
113 114 115 |
# File 'lib/temporalio/client/interceptor.rb', line 113 def workflow_id @workflow_id end |