Class: Temporalio::Worker::Interceptor::Workflow::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



105
106
107
# File 'lib/temporalio/worker/interceptor.rb', line 105

def args
  @args
end

#headersObject (readonly)

Returns the value of attribute headers

Returns:

  • (Object)

    the current value of headers



105
106
107
# File 'lib/temporalio/worker/interceptor.rb', line 105

def headers
  @headers
end