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

Returns:

  • (Object)

    the current value of args



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

def args
  @args
end

#headersObject

Returns the value of attribute headers

Returns:

  • (Object)

    the current value of headers



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

def headers
  @headers
end

#procObject

Returns the value of attribute proc

Returns:

  • (Object)

    the current value of proc



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

def proc
  @proc
end