Method: LonoCfn::Base#run
- Defined in:
- lib/lono_cfn/base.rb
#run ⇒ Object
22 23 24 25 26 27 |
# File 'lib/lono_cfn/base.rb', line 22 def run generate_templates if [:lono] check_for_errors params = generate_params save_stack(params) # defined in the sub class end |