Class: Temporalio::Internal::Bridge::Worker::PollerBehaviorAutoscaling

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

Instance Attribute Summary collapse

Instance Attribute Details

#initialObject

Returns the value of attribute initial



75
76
77
# File 'lib/temporalio/internal/bridge/worker.rb', line 75

def initial
  @initial
end

#maximumObject

Returns the value of attribute maximum



75
76
77
# File 'lib/temporalio/internal/bridge/worker.rb', line 75

def maximum
  @maximum
end

#minimumObject

Returns the value of attribute minimum



75
76
77
# File 'lib/temporalio/internal/bridge/worker.rb', line 75

def minimum
  @minimum
end