Class: Temporalio::Worker::Interceptor::Workflow::HandleQueryInput

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#argsObject (readonly)

Returns the value of attribute args

Returns:

  • (Object)

    the current value of args



119
120
121
# File 'lib/temporalio/worker/interceptor.rb', line 119

def args
  @args
end

#definitionObject (readonly)

Returns the value of attribute definition

Returns:

  • (Object)

    the current value of definition



119
120
121
# File 'lib/temporalio/worker/interceptor.rb', line 119

def definition
  @definition
end

#headersObject (readonly)

Returns the value of attribute headers

Returns:

  • (Object)

    the current value of headers



119
120
121
# File 'lib/temporalio/worker/interceptor.rb', line 119

def headers
  @headers
end

#idObject (readonly)

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



119
120
121
# File 'lib/temporalio/worker/interceptor.rb', line 119

def id
  @id
end

#queryObject (readonly)

Returns the value of attribute query

Returns:

  • (Object)

    the current value of query



119
120
121
# File 'lib/temporalio/worker/interceptor.rb', line 119

def query
  @query
end