Class: EC2Launcher::DSL::EmailNotification

Inherits:
Object
  • Object
show all
Defined in:
lib/ec2launcher/dsl/email_notification.rb

Instance Method Summary collapse

Instance Method Details

#to_json(*a) ⇒ Object



25
26
27
28
29
30
31
32
# File 'lib/ec2launcher/dsl/email_notification.rb', line 25

def to_json(*a)
  {
    "from" => @from,
    "to" => @to,
    "ses_access_key" => @ses_access_key,
    "ses_secret_key" => @ses_secret_key
  }.to_json(*a)
end