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

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

Instance Attribute Summary collapse

Instance Attribute Details

#first_execution_run_idObject

Returns the value of attribute first_execution_run_id



57
58
59
# File 'lib/temporalio/interceptor/client.rb', line 57

def first_execution_run_id
  @first_execution_run_id
end

#idObject

Returns the value of attribute id



57
58
59
# File 'lib/temporalio/interceptor/client.rb', line 57

def id
  @id
end

#reasonObject

Returns the value of attribute reason



57
58
59
# File 'lib/temporalio/interceptor/client.rb', line 57

def reason
  @reason
end

#rpc_metadataObject

Returns the value of attribute rpc_metadata



57
58
59
# File 'lib/temporalio/interceptor/client.rb', line 57

def 
  @rpc_metadata
end

#rpc_timeoutObject

Returns the value of attribute rpc_timeout



57
58
59
# File 'lib/temporalio/interceptor/client.rb', line 57

def rpc_timeout
  @rpc_timeout
end

#run_idObject

Returns the value of attribute run_id



57
58
59
# File 'lib/temporalio/interceptor/client.rb', line 57

def run_id
  @run_id
end