Class: Temporalio::Client::Interceptor::CountWorkflowsInput
- Inherits:
-
Struct
- Object
- Struct
- Temporalio::Client::Interceptor::CountWorkflowsInput
- Defined in:
- lib/temporalio/client/interceptor.rb
Overview
Input for Outbound#count_workflows.
Instance Attribute Summary collapse
-
#query ⇒ Object
Returns the value of attribute query.
-
#rpc_metadata ⇒ Object
Returns the value of attribute rpc_metadata.
-
#rpc_timeout ⇒ Object
Returns the value of attribute rpc_timeout.
Instance Attribute Details
#query ⇒ Object
Returns the value of attribute query
52 53 54 |
# File 'lib/temporalio/client/interceptor.rb', line 52 def query @query end |
#rpc_metadata ⇒ Object
Returns the value of attribute rpc_metadata
52 53 54 |
# File 'lib/temporalio/client/interceptor.rb', line 52 def @rpc_metadata end |
#rpc_timeout ⇒ Object
Returns the value of attribute rpc_timeout
52 53 54 |
# File 'lib/temporalio/client/interceptor.rb', line 52 def rpc_timeout @rpc_timeout end |