class Rake::AutoScalingTask

Public Instance Methods

auto_scaling() click to toggle source
# File lib/aerosol/rake_task.rb, line 9
def auto_scaling
  Aerosol.auto_scaling(name.split(':').last.to_sym)
end
needed?() click to toggle source
# File lib/aerosol/rake_task.rb, line 5
def needed?
  !auto_scaling.exists?
end