Sha256: 7b5572eca5d4d9ad58240bfc6faa04ad0bbd378a014eebe0eb5105e25bed7b1e
Contents?: true
Size: 229 Bytes
Versions: 36
Compression:
Stored size: 229 Bytes
Contents
module Ufo::Concerns module Autoscaling def autoscaling_enabled? autoscaling.enabled && autoscaling.min_capacity && autoscaling.max_capacity end def autoscaling Ufo.config.autoscaling end end end
Version data entries
36 entries across 36 versions & 1 rubygems