Class: Temporalio::Worker::Interceptor::Workflow::SignalExternalWorkflowInput

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#arg_hintsObject (readonly)

Returns the value of attribute arg_hints

Returns:

  • (Object)

    the current value of arg_hints



261
262
263
# File 'lib/temporalio/worker/interceptor.rb', line 261

def arg_hints
  @arg_hints
end

#argsObject (readonly)

Returns the value of attribute args

Returns:

  • (Object)

    the current value of args



261
262
263
# File 'lib/temporalio/worker/interceptor.rb', line 261

def args
  @args
end

#cancellationObject (readonly)

Returns the value of attribute cancellation

Returns:

  • (Object)

    the current value of cancellation



261
262
263
# File 'lib/temporalio/worker/interceptor.rb', line 261

def cancellation
  @cancellation
end

#headersObject (readonly)

Returns the value of attribute headers

Returns:

  • (Object)

    the current value of headers



261
262
263
# File 'lib/temporalio/worker/interceptor.rb', line 261

def headers
  @headers
end

#idObject (readonly)

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



261
262
263
# File 'lib/temporalio/worker/interceptor.rb', line 261

def id
  @id
end

#run_idObject (readonly)

Returns the value of attribute run_id

Returns:

  • (Object)

    the current value of run_id



261
262
263
# File 'lib/temporalio/worker/interceptor.rb', line 261

def run_id
  @run_id
end

#signalObject (readonly)

Returns the value of attribute signal

Returns:

  • (Object)

    the current value of signal



261
262
263
# File 'lib/temporalio/worker/interceptor.rb', line 261

def signal
  @signal
end