Class: Temporalio::Client::Interceptor::ListWorkflowPageInput

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#next_page_tokenObject (readonly)

Returns the value of attribute next_page_token

Returns:

  • (Object)

    the current value of next_page_token



71
72
73
# File 'lib/temporalio/client/interceptor.rb', line 71

def next_page_token
  @next_page_token
end

#page_sizeObject (readonly)

Returns the value of attribute page_size

Returns:

  • (Object)

    the current value of page_size



71
72
73
# File 'lib/temporalio/client/interceptor.rb', line 71

def page_size
  @page_size
end

#queryObject (readonly)

Returns the value of attribute query

Returns:

  • (Object)

    the current value of query



71
72
73
# File 'lib/temporalio/client/interceptor.rb', line 71

def query
  @query
end

#rpc_optionsObject (readonly)

Returns the value of attribute rpc_options

Returns:

  • (Object)

    the current value of rpc_options



71
72
73
# File 'lib/temporalio/client/interceptor.rb', line 71

def rpc_options
  @rpc_options
end