Class: Temporalio::Worker::Interceptor::Workflow::HandleQueryInput
- Inherits:
-
Data
- Object
- Data
- Temporalio::Worker::Interceptor::Workflow::HandleQueryInput
- Defined in:
- lib/temporalio/worker/interceptor.rb
Overview
Input for Inbound#handle_query.
Instance Attribute Summary collapse
-
#args ⇒ Object
readonly
Returns the value of attribute args.
-
#definition ⇒ Object
readonly
Returns the value of attribute definition.
-
#headers ⇒ Object
readonly
Returns the value of attribute headers.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#query ⇒ Object
readonly
Returns the value of attribute query.
Instance Attribute Details
#args ⇒ Object (readonly)
Returns the value of attribute args
119 120 121 |
# File 'lib/temporalio/worker/interceptor.rb', line 119 def args @args end |
#definition ⇒ Object (readonly)
Returns the value of attribute definition
119 120 121 |
# File 'lib/temporalio/worker/interceptor.rb', line 119 def definition @definition end |
#headers ⇒ Object (readonly)
Returns the value of attribute headers
119 120 121 |
# File 'lib/temporalio/worker/interceptor.rb', line 119 def headers @headers end |
#id ⇒ Object (readonly)
Returns the value of attribute id
119 120 121 |
# File 'lib/temporalio/worker/interceptor.rb', line 119 def id @id end |
#query ⇒ Object (readonly)
Returns the value of attribute query
119 120 121 |
# File 'lib/temporalio/worker/interceptor.rb', line 119 def query @query end |