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



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

def fixed_size
  @fixed_size
end

#resource_basedObject

Returns the value of attribute resource_based

Returns:

  • (Object)

    the current value of resource_based



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

def resource_based
  @resource_based
end