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

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#rpc_metadataObject

Returns the value of attribute rpc_metadata

Returns:

  • (Object)

    the current value of rpc_metadata



120
121
122
# File 'lib/temporalio/client/interceptor.rb', line 120

def 
  @rpc_metadata
end

#rpc_timeoutObject

Returns the value of attribute rpc_timeout

Returns:

  • (Object)

    the current value of rpc_timeout



120
121
122
# File 'lib/temporalio/client/interceptor.rb', line 120

def rpc_timeout
  @rpc_timeout
end

#run_idObject

Returns the value of attribute run_id

Returns:

  • (Object)

    the current value of run_id



120
121
122
# File 'lib/temporalio/client/interceptor.rb', line 120

def run_id
  @run_id
end

#update_idObject

Returns the value of attribute update_id

Returns:

  • (Object)

    the current value of update_id



120
121
122
# File 'lib/temporalio/client/interceptor.rb', line 120

def update_id
  @update_id
end

#workflow_idObject

Returns the value of attribute workflow_id

Returns:

  • (Object)

    the current value of workflow_id



120
121
122
# File 'lib/temporalio/client/interceptor.rb', line 120

def workflow_id
  @workflow_id
end