Class: Temporalio::Worker::Interceptor::Workflow::HandleSignalInput

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

Returns:

  • (Object)

    the current value of args



111
112
113
# File 'lib/temporalio/worker/interceptor.rb', line 111

def args
  @args
end

#definitionObject (readonly)

Returns the value of attribute definition

Returns:

  • (Object)

    the current value of definition



111
112
113
# File 'lib/temporalio/worker/interceptor.rb', line 111

def definition
  @definition
end

#headersObject (readonly)

Returns the value of attribute headers

Returns:

  • (Object)

    the current value of headers



111
112
113
# File 'lib/temporalio/worker/interceptor.rb', line 111

def headers
  @headers
end

#signalObject (readonly)

Returns the value of attribute signal

Returns:

  • (Object)

    the current value of signal



111
112
113
# File 'lib/temporalio/worker/interceptor.rb', line 111

def signal
  @signal
end