Class: Temporalio::Internal::Bridge::Worker::WorkerDeploymentVersion

Inherits:
Struct
  • Object
show all
Defined in:
lib/temporalio/internal/bridge/worker.rb

Instance Attribute Summary collapse

Instance Attribute Details

#build_idObject

Returns the value of attribute build_id

Returns:

  • (Object)

    the current value of build_id



55
56
57
# File 'lib/temporalio/internal/bridge/worker.rb', line 55

def build_id
  @build_id
end

#deployment_nameObject

Returns the value of attribute deployment_name

Returns:

  • (Object)

    the current value of deployment_name



55
56
57
# File 'lib/temporalio/internal/bridge/worker.rb', line 55

def deployment_name
  @deployment_name
end