Class: Temporalio::Internal::Bridge::Worker::WorkerDeploymentVersion
- Inherits:
-
Struct
- Object
- Struct
- Temporalio::Internal::Bridge::Worker::WorkerDeploymentVersion
- Defined in:
- lib/temporalio/internal/bridge/worker.rb
Instance Attribute Summary collapse
-
#build_id ⇒ Object
Returns the value of attribute build_id.
-
#deployment_name ⇒ Object
Returns the value of attribute deployment_name.
Instance Attribute Details
#build_id ⇒ Object
Returns the value of attribute build_id
55 56 57 |
# File 'lib/temporalio/internal/bridge/worker.rb', line 55 def build_id @build_id end |
#deployment_name ⇒ Object
Returns the value of attribute deployment_name
55 56 57 |
# File 'lib/temporalio/internal/bridge/worker.rb', line 55 def deployment_name @deployment_name end |