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



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



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



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

def id
  @id
end

#reasonObject

Returns the value of attribute 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



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

def 
  @rpc_metadata
end

#rpc_timeoutObject

Returns the value of attribute 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



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

def run_id
  @run_id
end