Class: Temporalio::Client::Interceptor::CountActivitiesInput

Inherits:
Data
  • Object
show all
Defined in:
lib/temporalio/client/interceptor.rb

Overview

Input for Outbound#count_activities.

WARNING: Standalone Activities are experimental.

Instance Attribute Summary collapse

Instance Attribute Details

#queryObject (readonly)

Returns the value of attribute query

Returns:

  • (Object)

    the current value of query



328
329
330
# File 'lib/temporalio/client/interceptor.rb', line 328

def query
  @query
end

#rpc_optionsObject (readonly)

Returns the value of attribute rpc_options

Returns:

  • (Object)

    the current value of rpc_options



328
329
330
# File 'lib/temporalio/client/interceptor.rb', line 328

def rpc_options
  @rpc_options
end