module EC2Launcher::DSL::EmailNotifications

Attributes

email_notifications[R]

Public Instance Methods

email_notification(&block) click to toggle source
# File lib/ec2launcher/dsl/email_notification.rb, line 12
def email_notification(&block)
  notifications = EC2Launcher::DSL::EmailNotification.new
  notifications.instance_exec(&block)
  @email_notifications = notifications
end