Class: Temporalio::Worker::Interceptor::Workflow::SignalChildWorkflowInput

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



251
252
253
# File 'lib/temporalio/worker/interceptor.rb', line 251

def arg_hints
  @arg_hints
end

#argsObject (readonly)

Returns the value of attribute args

Returns:

  • (Object)

    the current value of args



251
252
253
# File 'lib/temporalio/worker/interceptor.rb', line 251

def args
  @args
end

#cancellationObject (readonly)

Returns the value of attribute cancellation

Returns:

  • (Object)

    the current value of cancellation



251
252
253
# File 'lib/temporalio/worker/interceptor.rb', line 251

def cancellation
  @cancellation
end

#headersObject (readonly)

Returns the value of attribute headers

Returns:

  • (Object)

    the current value of headers



251
252
253
# File 'lib/temporalio/worker/interceptor.rb', line 251

def headers
  @headers
end

#idObject (readonly)

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



251
252
253
# File 'lib/temporalio/worker/interceptor.rb', line 251

def id
  @id
end

#signalObject (readonly)

Returns the value of attribute signal

Returns:

  • (Object)

    the current value of signal



251
252
253
# File 'lib/temporalio/worker/interceptor.rb', line 251

def signal
  @signal
end