Class: Temporalio::Worker::Interceptor::Workflow::HandleUpdateInput

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



128
129
130
# File 'lib/temporalio/worker/interceptor.rb', line 128

def args
  @args
end

#definitionObject (readonly)

Returns the value of attribute definition

Returns:

  • (Object)

    the current value of definition



128
129
130
# File 'lib/temporalio/worker/interceptor.rb', line 128

def definition
  @definition
end

#headersObject (readonly)

Returns the value of attribute headers

Returns:

  • (Object)

    the current value of headers



128
129
130
# File 'lib/temporalio/worker/interceptor.rb', line 128

def headers
  @headers
end

#idObject (readonly)

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



128
129
130
# File 'lib/temporalio/worker/interceptor.rb', line 128

def id
  @id
end

#updateObject (readonly)

Returns the value of attribute update

Returns:

  • (Object)

    the current value of update



128
129
130
# File 'lib/temporalio/worker/interceptor.rb', line 128

def update
  @update
end