Module: Comodule::Deployment::Helper::Aws::CloudFormation::InstanceMethods

Defined in:
lib/comodule/deployment/helper/aws/cloud_formation.rb

Instance Method Summary collapse

Instance Method Details

#cloud_formationObject



8
9
10
# 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