Class: Temporalio::Client::Interceptor::ListWorkflowsInput

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#queryObject

Returns the value of attribute query

Returns:

  • (Object)

    the current value of query



44
45
46
# File 'lib/temporalio/client/interceptor.rb', line 44

def query
  @query
end

#rpc_metadataObject

Returns the value of attribute rpc_metadata

Returns:

  • (Object)

    the current value of rpc_metadata



44
45
46
# File 'lib/temporalio/client/interceptor.rb', line 44

def 
  @rpc_metadata
end

#rpc_timeoutObject

Returns the value of attribute rpc_timeout

Returns:

  • (Object)

    the current value of rpc_timeout



44
45
46
# File 'lib/temporalio/client/interceptor.rb', line 44

def rpc_timeout
  @rpc_timeout
end