module Comodule::Deployment::Helper::Aws::CloudFormation::InstanceMethods

Public Instance Methods

cloud_formation() click to toggle source
# File lib/comodule/deployment/helper/aws/cloud_formation.rb, line 8
def cloud_formation
  @cloud_formation ||= ::Comodule::Deployment::Helper::Aws::CloudFormation::Service.new(self)
end