Class: Temporalio::Worker::Interceptor::Workflow::CancelExternalWorkflowInput

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#idObject (readonly)

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



201
202
203
# File 'lib/temporalio/worker/interceptor.rb', line 201

def id
  @id
end

#run_idObject (readonly)

Returns the value of attribute run_id

Returns:

  • (Object)

    the current value of run_id



201
202
203
# File 'lib/temporalio/worker/interceptor.rb', line 201

def run_id
  @run_id
end