class Lono::Template::Strategy::Dsl
Attributes
results[R]
Public Instance Methods
build_template()
click to toggle source
# File lib/lono/template/strategy/dsl.rb, line 9 def build_template builder = Builder.new(@options) builder.build end
run()
click to toggle source
# File lib/lono/template/strategy/dsl.rb, line 4 def run puts "Generating CloudFormation templates for blueprint #{@blueprint.color(:green)}:" unless @options[:quiet] build_template end