Class: Temporalio::Client::Interceptor::CountWorkflowsInput
- Inherits:
-
Data
- Object
- Data
- Temporalio::Client::Interceptor::CountWorkflowsInput
- Defined in:
- lib/temporalio/client/interceptor.rb
Overview
Input for Outbound#count_workflows.
Instance Attribute Summary collapse
-
#query ⇒ Object
readonly
Returns the value of attribute query.
-
#rpc_options ⇒ Object
readonly
Returns the value of attribute rpc_options.
Instance Attribute Details
#query ⇒ Object (readonly)
Returns the value of attribute query
79 80 81 |
# File 'lib/temporalio/client/interceptor.rb', line 79 def query @query end |
#rpc_options ⇒ Object (readonly)
Returns the value of attribute rpc_options
79 80 81 |
# File 'lib/temporalio/client/interceptor.rb', line 79 def @rpc_options end |