Class: Temporalio::Client::Interceptor::ListSchedulesInput

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



177
178
179
# File 'lib/temporalio/client/interceptor.rb', line 177

def query
  @query
end

#rpc_optionsObject (readonly)

Returns the value of attribute rpc_options

Returns:

  • (Object)

    the current value of rpc_options



177
178
179
# File 'lib/temporalio/client/interceptor.rb', line 177

def rpc_options
  @rpc_options
end