Class: Temporal::Interceptor::Client::CancelWorkflowInput

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

Instance Attribute Summary collapse

Instance Attribute Details

#first_execution_run_idObject

Returns the value of attribute first_execution_run_id

Returns:

  • (Object)

    the current value of first_execution_run_id



56
57
58
# File 'lib/temporal/interceptor/client.rb', line 56

def first_execution_run_id
  @first_execution_run_id
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



56
57
58
# File 'lib/temporal/interceptor/client.rb', line 56

def id
  @id
end

#reasonObject

Returns the value of attribute reason

Returns:

  • (Object)

    the current value of reason



56
57
58
# File 'lib/temporal/interceptor/client.rb', line 56

def reason
  @reason
end

#rpc_metadataObject

Returns the value of attribute rpc_metadata

Returns:

  • (Object)

    the current value of rpc_metadata



56
57
58
# File 'lib/temporal/interceptor/client.rb', line 56

def 
  @rpc_metadata
end

#rpc_timeoutObject

Returns the value of attribute rpc_timeout

Returns:

  • (Object)

    the current value of rpc_timeout



56
57
58
# File 'lib/temporal/interceptor/client.rb', line 56

def rpc_timeout
  @rpc_timeout
end

#run_idObject

Returns the value of attribute run_id

Returns:

  • (Object)

    the current value of run_id



56
57
58
# File 'lib/temporal/interceptor/client.rb', line 56

def run_id
  @run_id
end