Class: Temporalio::Worker::Interceptor::ExecuteActivityInput

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#argsObject

Returns the value of attribute args



21
22
23
# File 'lib/temporalio/worker/interceptor.rb', line 21

def args
  @args
end

#headersObject

Returns the value of attribute headers



21
22
23
# File 'lib/temporalio/worker/interceptor.rb', line 21

def headers
  @headers
end

#procObject

Returns the value of attribute proc



21
22
23
# File 'lib/temporalio/worker/interceptor.rb', line 21

def proc
  @proc
end