Class: Temporalio::Client::Interceptor::CancelWorkflowInput

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#first_execution_run_idObject (readonly)

Returns the value of attribute first_execution_run_id

Returns:

  • (Object)

    the current value of first_execution_run_id



148
149
150
# File 'lib/temporalio/client/interceptor.rb', line 148

def first_execution_run_id
  @first_execution_run_id
end

#rpc_optionsObject (readonly)

Returns the value of attribute rpc_options

Returns:

  • (Object)

    the current value of rpc_options



148
149
150
# File 'lib/temporalio/client/interceptor.rb', line 148

def rpc_options
  @rpc_options
end

#run_idObject (readonly)

Returns the value of attribute run_id

Returns:

  • (Object)

    the current value of run_id



148
149
150
# File 'lib/temporalio/client/interceptor.rb', line 148

def run_id
  @run_id
end

#workflow_idObject (readonly)

Returns the value of attribute workflow_id

Returns:

  • (Object)

    the current value of workflow_id



148
149
150
# File 'lib/temporalio/client/interceptor.rb', line 148

def workflow_id
  @workflow_id
end