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



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

def args
  @args
end

#definitionObject (readonly)

Returns the value of attribute definition



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

def definition
  @definition
end

#headersObject (readonly)

Returns the value of attribute headers



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

def headers
  @headers
end

#idObject (readonly)

Returns the value of attribute id



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

def id
  @id
end

#updateObject (readonly)

Returns the value of attribute update



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

def update
  @update
end