Class: Temporalio::Client::Interceptor::StartWorkflowUpdateInput

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



126
127
128
# File 'lib/temporalio/client/interceptor.rb', line 126

def arg_hints
  @arg_hints
end

#argsObject (readonly)

Returns the value of attribute args

Returns:

  • (Object)

    the current value of args



126
127
128
# File 'lib/temporalio/client/interceptor.rb', line 126

def args
  @args
end

#headersObject (readonly)

Returns the value of attribute headers

Returns:

  • (Object)

    the current value of headers



126
127
128
# File 'lib/temporalio/client/interceptor.rb', line 126

def headers
  @headers
end

#result_hintObject (readonly)

Returns the value of attribute result_hint

Returns:

  • (Object)

    the current value of result_hint



126
127
128
# File 'lib/temporalio/client/interceptor.rb', line 126

def result_hint
  @result_hint
end

#rpc_optionsObject (readonly)

Returns the value of attribute rpc_options

Returns:

  • (Object)

    the current value of rpc_options



126
127
128
# File 'lib/temporalio/client/interceptor.rb', line 126

def rpc_options
  @rpc_options
end

#run_idObject (readonly)

Returns the value of attribute run_id

Returns:

  • (Object)

    the current value of run_id



126
127
128
# File 'lib/temporalio/client/interceptor.rb', line 126

def run_id
  @run_id
end

#updateObject (readonly)

Returns the value of attribute update

Returns:

  • (Object)

    the current value of update



126
127
128
# File 'lib/temporalio/client/interceptor.rb', line 126

def update
  @update
end

#update_idObject (readonly)

Returns the value of attribute update_id

Returns:

  • (Object)

    the current value of update_id



126
127
128
# File 'lib/temporalio/client/interceptor.rb', line 126

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



126
127
128
# File 'lib/temporalio/client/interceptor.rb', line 126

def wait_for_stage
  @wait_for_stage
end

#workflow_idObject (readonly)

Returns the value of attribute workflow_id

Returns:

  • (Object)

    the current value of workflow_id



126
127
128
# File 'lib/temporalio/client/interceptor.rb', line 126

def workflow_id
  @workflow_id
end