Class: Temporalio::Internal::Bridge::Worker::TunerSlotSupplierOptions
- Inherits:
-
Struct
- Object
- Struct
- Temporalio::Internal::Bridge::Worker::TunerSlotSupplierOptions
- Defined in:
- lib/temporalio/internal/bridge/worker.rb
Instance Attribute Summary collapse
-
#fixed_size ⇒ Object
Returns the value of attribute fixed_size.
-
#resource_based ⇒ Object
Returns the value of attribute resource_based.
Instance Attribute Details
#fixed_size ⇒ Object
Returns the value of attribute fixed_size
39 40 41 |
# File 'lib/temporalio/internal/bridge/worker.rb', line 39 def fixed_size @fixed_size end |
#resource_based ⇒ Object
Returns the value of attribute resource_based
39 40 41 |
# File 'lib/temporalio/internal/bridge/worker.rb', line 39 def resource_based @resource_based end |