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

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



52
53
54
# File 'lib/temporalio/client/interceptor.rb', line 52

def query
  @query
end

#rpc_metadataObject

Returns the value of attribute rpc_metadata

Returns:

  • (Object)

    the current value of rpc_metadata



52
53
54
# File 'lib/temporalio/client/interceptor.rb', line 52

def 
  @rpc_metadata
end

#rpc_timeoutObject

Returns the value of attribute rpc_timeout

Returns:

  • (Object)

    the current value of rpc_timeout



52
53
54
# File 'lib/temporalio/client/interceptor.rb', line 52

def rpc_timeout
  @rpc_timeout
end