Class: Temporalio::Client::Interceptor::PollWorkflowUpdateInput

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#rpc_optionsObject (readonly)

Returns the value of attribute rpc_options

Returns:

  • (Object)

    the current value of rpc_options



140
141
142
# File 'lib/temporalio/client/interceptor.rb', line 140

def rpc_options
  @rpc_options
end

#run_idObject (readonly)

Returns the value of attribute run_id

Returns:

  • (Object)

    the current value of run_id



140
141
142
# File 'lib/temporalio/client/interceptor.rb', line 140

def run_id
  @run_id
end

#update_idObject (readonly)

Returns the value of attribute update_id

Returns:

  • (Object)

    the current value of update_id



140
141
142
# File 'lib/temporalio/client/interceptor.rb', line 140

def update_id
  @update_id
end

#workflow_idObject (readonly)

Returns the value of attribute workflow_id

Returns:

  • (Object)

    the current value of workflow_id



140
141
142
# File 'lib/temporalio/client/interceptor.rb', line 140

def workflow_id
  @workflow_id
end