module Comodule::Deployment::Helper::Aws

Public Class Methods

included(receiver) click to toggle source
# File lib/comodule/deployment/helper/aws.rb, line 5
def self.included(receiver)
  receiver.send :include, InstanceMethods, CloudFormation, S3, Ec2, Ssl, Rds
end