Class: Lono::Template::Dsl::Builder::Section

Inherits:
Base
  • Object
show all
Defined in:
lib/lono/template/dsl/builder/section.rb

Constant Summary

Constants included from Fn

Fn::FUNCTIONS

Instance Method Summary collapse

Methods inherited from Base

#initialize

Methods included from Helpers::ParamHelper

#conditional_parameter, #normalize_conditional_parameter_options, #optional_ref, #parameter

Methods included from Helpers::CoreHelper

#content, #dimensions, #file_s3_key, #render_file, #render_path, #s3_bucket, #setting, #stack_name, #tag_list, #tags, #user_data, #user_data_script

Methods included from Fn

#conditional_ref, define_methods, #fn, #fn_id, #get_att, #get_azs, included, #join, #ref, #sub

Constructor Details

This class inherits a constructor from Lono::Template::Dsl::Builder::Base

Instance Method Details

#templateObject



7
8
9
10
# File 'lib/lono/template/dsl/builder/section.rb', line 7

def template
  hash, _ = @definition
  camelize(hash)
end