class OurEelHacks::Autoscaler::Limit

Attributes

hard[RW]
soft[RW]

Public Class Methods

new(soft, hard) click to toggle source
# File lib/our-eel-hacks/autoscaler.rb, line 31
def initialize(soft, hard)
  @soft = soft
  @hard = hard
end