Class: Temporalio::Client::Interceptor::StartUpdateWithStartWorkflowInput

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#arg_hintsObject (readonly)

Returns the value of attribute arg_hints

Returns:

  • (Object)

    the current value of arg_hints



48
49
50
# File 'lib/temporalio/client/interceptor.rb', line 48

def arg_hints
  @arg_hints
end

#argsObject (readonly)

Returns the value of attribute args

Returns:

  • (Object)

    the current value of args



48
49
50
# File 'lib/temporalio/client/interceptor.rb', line 48

def args
  @args
end

#headersObject (readonly)

Returns the value of attribute headers

Returns:

  • (Object)

    the current value of headers



48
49
50
# File 'lib/temporalio/client/interceptor.rb', line 48

def headers
  @headers
end

#result_hintObject (readonly)

Returns the value of attribute result_hint

Returns:

  • (Object)

    the current value of result_hint



48
49
50
# File 'lib/temporalio/client/interceptor.rb', line 48

def result_hint
  @result_hint
end

#rpc_optionsObject (readonly)

Returns the value of attribute rpc_options

Returns:

  • (Object)

    the current value of rpc_options



48
49
50
# File 'lib/temporalio/client/interceptor.rb', line 48

def rpc_options
  @rpc_options
end

#start_workflow_operationObject (readonly)

Returns the value of attribute start_workflow_operation

Returns:

  • (Object)

    the current value of start_workflow_operation



48
49
50
# File 'lib/temporalio/client/interceptor.rb', line 48

def start_workflow_operation
  @start_workflow_operation
end

#updateObject (readonly)

Returns the value of attribute update

Returns:

  • (Object)

    the current value of update



48
49
50
# File 'lib/temporalio/client/interceptor.rb', line 48

def update
  @update
end

#update_idObject (readonly)

Returns the value of attribute update_id

Returns:

  • (Object)

    the current value of update_id



48
49
50
# File 'lib/temporalio/client/interceptor.rb', line 48

def update_id
  @update_id
end

#wait_for_stageObject (readonly)

Returns the value of attribute wait_for_stage

Returns:

  • (Object)

    the current value of wait_for_stage



48
49
50
# File 'lib/temporalio/client/interceptor.rb', line 48

def wait_for_stage
  @wait_for_stage
end