Class: Temporalio::Client::Interceptor::ListWorkflowsInput
- Inherits:
-
Struct
- Object
- Struct
- Temporalio::Client::Interceptor::ListWorkflowsInput
- Defined in:
- lib/temporalio/client/interceptor.rb
Overview
Input for Outbound#list_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
44 45 46 |
# File 'lib/temporalio/client/interceptor.rb', line 44 def query @query end |
#rpc_metadata ⇒ Object
Returns the value of attribute rpc_metadata
44 45 46 |
# File 'lib/temporalio/client/interceptor.rb', line 44 def @rpc_metadata end |
#rpc_timeout ⇒ Object
Returns the value of attribute rpc_timeout
44 45 46 |
# File 'lib/temporalio/client/interceptor.rb', line 44 def rpc_timeout @rpc_timeout end |