Class: Temporalio::Client::Interceptor::ListSchedulesInput
- Inherits:
-
Data
- Object
- Data
- Temporalio::Client::Interceptor::ListSchedulesInput
- Defined in:
- lib/temporalio/client/interceptor.rb
Overview
Input for Outbound#list_schedules.
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
177 178 179 |
# File 'lib/temporalio/client/interceptor.rb', line 177 def query @query end |
#rpc_options ⇒ Object (readonly)
Returns the value of attribute rpc_options
177 178 179 |
# File 'lib/temporalio/client/interceptor.rb', line 177 def @rpc_options end |