Class: Temporalio::Client::Interceptor::QueryWorkflowInput

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#arg_hintsObject (readonly)

Returns the value of attribute arg_hints

Returns:

  • (Object)

    the current value of arg_hints



113
114
115
# File 'lib/temporalio/client/interceptor.rb', line 113

def arg_hints
  @arg_hints
end

#argsObject (readonly)

Returns the value of attribute args

Returns:

  • (Object)

    the current value of args



113
114
115
# File 'lib/temporalio/client/interceptor.rb', line 113

def args
  @args
end

#headersObject (readonly)

Returns the value of attribute headers

Returns:

  • (Object)

    the current value of headers



113
114
115
# File 'lib/temporalio/client/interceptor.rb', line 113

def headers
  @headers
end

#queryObject (readonly)

Returns the value of attribute query

Returns:

  • (Object)

    the current value of query



113
114
115
# File 'lib/temporalio/client/interceptor.rb', line 113

def query
  @query
end

#reject_conditionObject (readonly)

Returns the value of attribute reject_condition

Returns:

  • (Object)

    the current value of reject_condition



113
114
115
# File 'lib/temporalio/client/interceptor.rb', line 113

def reject_condition
  @reject_condition
end

#result_hintObject (readonly)

Returns the value of attribute result_hint

Returns:

  • (Object)

    the current value of result_hint



113
114
115
# File 'lib/temporalio/client/interceptor.rb', line 113

def result_hint
  @result_hint
end

#rpc_optionsObject (readonly)

Returns the value of attribute rpc_options

Returns:

  • (Object)

    the current value of rpc_options



113
114
115
# File 'lib/temporalio/client/interceptor.rb', line 113

def rpc_options
  @rpc_options
end

#run_idObject (readonly)

Returns the value of attribute run_id

Returns:

  • (Object)

    the current value of run_id



113
114
115
# File 'lib/temporalio/client/interceptor.rb', line 113

def run_id
  @run_id
end

#workflow_idObject (readonly)

Returns the value of attribute workflow_id

Returns:

  • (Object)

    the current value of workflow_id



113
114
115
# File 'lib/temporalio/client/interceptor.rb', line 113

def workflow_id
  @workflow_id
end