class EC2Launcher::DSL::Config

Constants

DEFAULT_CONFIG_ERB

Public Class Methods

new() click to toggle source
# File lib/ec2launcher/dsl/config.rb, line 43
def initialize()
  @environments = []
  @applications = []
end