Class: Temporalio::Internal::Bridge::Worker::TunerSlotSupplierOptions

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

Instance Attribute Summary collapse

Instance Attribute Details

#fixed_sizeObject

Returns the value of attribute fixed_size

Returns:

  • (Object)

    the current value of fixed_size



40
41
42
# File 'lib/temporalio/internal/bridge/worker.rb', line 40

def fixed_size
  @fixed_size
end

#resource_basedObject

Returns the value of attribute resource_based

Returns:

  • (Object)

    the current value of resource_based



40
41
42
# File 'lib/temporalio/internal/bridge/worker.rb', line 40

def resource_based
  @resource_based
end