Class: Temporalio::Client::Interceptor::TerminateWorkflowInput

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#detailsObject (readonly)

Returns the value of attribute details

Returns:

  • (Object)

    the current value of details



156
157
158
# File 'lib/temporalio/client/interceptor.rb', line 156

def details
  @details
end

#first_execution_run_idObject (readonly)

Returns the value of attribute first_execution_run_id

Returns:

  • (Object)

    the current value of first_execution_run_id



156
157
158
# File 'lib/temporalio/client/interceptor.rb', line 156

def first_execution_run_id
  @first_execution_run_id
end

#reasonObject (readonly)

Returns the value of attribute reason

Returns:

  • (Object)

    the current value of reason



156
157
158
# File 'lib/temporalio/client/interceptor.rb', line 156

def reason
  @reason
end

#rpc_optionsObject (readonly)

Returns the value of attribute rpc_options

Returns:

  • (Object)

    the current value of rpc_options



156
157
158
# File 'lib/temporalio/client/interceptor.rb', line 156

def rpc_options
  @rpc_options
end

#run_idObject (readonly)

Returns the value of attribute run_id

Returns:

  • (Object)

    the current value of run_id



156
157
158
# File 'lib/temporalio/client/interceptor.rb', line 156

def run_id
  @run_id
end

#workflow_idObject (readonly)

Returns the value of attribute workflow_id

Returns:

  • (Object)

    the current value of workflow_id



156
157
158
# File 'lib/temporalio/client/interceptor.rb', line 156

def workflow_id
  @workflow_id
end