1
0
Fork 0
mirror of https://github.com/fog/fog-aws.git synced 2022-11-09 13:50:52 -05:00

reinstate requires for default attributes on alarm

This commit is contained in:
Michelle Noorali 2015-01-27 11:32:08 -08:00
parent 91e530d29f
commit 603c0abdbc

View file

@ -40,6 +40,8 @@ module Fog
requires :period
requires :statistic
requires :threshold
requires :namespace
requires :evaluation_periods
options = Hash[self.class.aliases.map { |key, value| [key, send(value)] }]