Class: Temporalio::Client::Interceptor::CountWorkflowsInput

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#queryObject (readonly)

Returns the value of attribute query

Returns:

  • (Object)

    the current value of query



79
80
81
# File 'lib/temporalio/client/interceptor.rb', line 79

def query
  @query
end

#rpc_optionsObject (readonly)

Returns the value of attribute rpc_options

Returns:

  • (Object)

    the current value of rpc_options



79
80
81
# File 'lib/temporalio/client/interceptor.rb', line 79

def rpc_options
  @rpc_options
end