Class: Temporalio::Client::Interceptor::ListWorkflowPageInput
- Inherits:
-
Data
- Object
- Data
- Temporalio::Client::Interceptor::ListWorkflowPageInput
- Defined in:
- lib/temporalio/client/interceptor.rb
Overview
Input for Outbound#list_workflow_page.
Instance Attribute Summary collapse
-
#next_page_token ⇒ Object
readonly
Returns the value of attribute next_page_token.
-
#page_size ⇒ Object
readonly
Returns the value of attribute page_size.
-
#query ⇒ Object
readonly
Returns the value of attribute query.
-
#rpc_options ⇒ Object
readonly
Returns the value of attribute rpc_options.
Instance Attribute Details
#next_page_token ⇒ Object (readonly)
Returns the value of attribute next_page_token
71 72 73 |
# File 'lib/temporalio/client/interceptor.rb', line 71 def next_page_token @next_page_token end |
#page_size ⇒ Object (readonly)
Returns the value of attribute page_size
71 72 73 |
# File 'lib/temporalio/client/interceptor.rb', line 71 def page_size @page_size end |
#query ⇒ Object (readonly)
Returns the value of attribute query
71 72 73 |
# File 'lib/temporalio/client/interceptor.rb', line 71 def query @query end |
#rpc_options ⇒ Object (readonly)
Returns the value of attribute rpc_options
71 72 73 |
# File 'lib/temporalio/client/interceptor.rb', line 71 def @rpc_options end |