Class: Temporalio::Worker::Interceptor::Activity::ExecuteInput

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

Overview

Input for Inbound#execute.

Instance Attribute Summary collapse

Instance Attribute Details

#argsObject (readonly)

Returns the value of attribute args

Returns:

  • (Object)

    the current value of args



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

def args
  @args
end

#headersObject (readonly)

Returns the value of attribute headers

Returns:

  • (Object)

    the current value of headers



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

def headers
  @headers
end

#procObject (readonly)

Returns the value of attribute proc

Returns:

  • (Object)

    the current value of proc



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

def proc
  @proc
end

#result_hintObject (readonly)

Returns the value of attribute result_hint

Returns:

  • (Object)

    the current value of result_hint



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

def result_hint
  @result_hint
end