Class: Temporalio::Client::Interceptor::CountActivitiesInput
- Inherits:
-
Data
- Object
- Data
- Temporalio::Client::Interceptor::CountActivitiesInput
- Defined in:
- lib/temporalio/client/interceptor.rb
Overview
Input for Outbound#count_activities.
WARNING: Standalone Activities are experimental.
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
328 329 330 |
# File 'lib/temporalio/client/interceptor.rb', line 328 def query @query end |
#rpc_options ⇒ Object (readonly)
Returns the value of attribute rpc_options
328 329 330 |
# File 'lib/temporalio/client/interceptor.rb', line 328 def @rpc_options end |