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

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

Instance Attribute Summary collapse

Instance Attribute Details

#argsObject

Returns the value of attribute args

Returns:

  • (Object)

    the current value of args



67
68
69
# File 'lib/temporalio/interceptor/client.rb', line 67

def args
  @args
end

#first_execution_run_idObject

Returns the value of attribute first_execution_run_id

Returns:

  • (Object)

    the current value of first_execution_run_id



67
68
69
# File 'lib/temporalio/interceptor/client.rb', line 67

def first_execution_run_id
  @first_execution_run_id
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



67
68
69
# File 'lib/temporalio/interceptor/client.rb', line 67

def id
  @id
end

#reasonObject

Returns the value of attribute reason

Returns:

  • (Object)

    the current value of reason



67
68
69
# File 'lib/temporalio/interceptor/client.rb', line 67

def reason
  @reason
end

#rpc_metadataObject

Returns the value of attribute rpc_metadata

Returns:

  • (Object)

    the current value of rpc_metadata



67
68
69
# File 'lib/temporalio/interceptor/client.rb', line 67

def 
  @rpc_metadata
end

#rpc_timeoutObject

Returns the value of attribute rpc_timeout

Returns:

  • (Object)

    the current value of rpc_timeout



67
68
69
# File 'lib/temporalio/interceptor/client.rb', line 67

def rpc_timeout
  @rpc_timeout
end

#run_idObject

Returns the value of attribute run_id

Returns:

  • (Object)

    the current value of run_id



67
68
69
# File 'lib/temporalio/interceptor/client.rb', line 67

def run_id
  @run_id
end