Module: EcsDeploy::AutoScaler::ConfigBase

Included in:
AutoScalingConfig, ServiceConfig, TriggerConfig
Defined in:
lib/ecs_deploy/auto_scaler.rb

Instance Method Summary collapse

Instance Method Details

#initialize(attributes = {}) ⇒ Object



123
124
125
126
127
# File 'lib/ecs_deploy/auto_scaler.rb', line 123

def initialize(attributes = {})
  attributes.each do |key, val|
    send("#{key}=", val)
  end
end