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

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#argsObject

Returns the value of attribute args

Returns:

  • (Object)

    the current value of args



106
107
108
# File 'lib/temporalio/client/interceptor.rb', line 106

def args
  @args
end

#headersObject

Returns the value of attribute headers

Returns:

  • (Object)

    the current value of headers



106
107
108
# File 'lib/temporalio/client/interceptor.rb', line 106

def headers
  @headers
end

#rpc_metadataObject

Returns the value of attribute rpc_metadata

Returns:

  • (Object)

    the current value of rpc_metadata



106
107
108
# File 'lib/temporalio/client/interceptor.rb', line 106

def 
  @rpc_metadata
end

#rpc_timeoutObject

Returns the value of attribute rpc_timeout

Returns:

  • (Object)

    the current value of rpc_timeout



106
107
108
# File 'lib/temporalio/client/interceptor.rb', line 106

def rpc_timeout
  @rpc_timeout
end

#run_idObject

Returns the value of attribute run_id

Returns:

  • (Object)

    the current value of run_id



106
107
108
# File 'lib/temporalio/client/interceptor.rb', line 106

def run_id
  @run_id
end

#updateObject

Returns the value of attribute update

Returns:

  • (Object)

    the current value of update



106
107
108
# File 'lib/temporalio/client/interceptor.rb', line 106

def update
  @update
end

#update_idObject

Returns the value of attribute update_id

Returns:

  • (Object)

    the current value of update_id



106
107
108
# File 'lib/temporalio/client/interceptor.rb', line 106

def update_id
  @update_id
end

#wait_for_stageObject

Returns the value of attribute wait_for_stage

Returns:

  • (Object)

    the current value of wait_for_stage



106
107
108
# File 'lib/temporalio/client/interceptor.rb', line 106

def wait_for_stage
  @wait_for_stage
end

#workflow_idObject

Returns the value of attribute workflow_id

Returns:

  • (Object)

    the current value of workflow_id



106
107
108
# File 'lib/temporalio/client/interceptor.rb', line 106

def workflow_id
  @workflow_id
end