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