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

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

Constant Summary

Constants included from Fn

Fn::FUNCTIONS

Instance Method Summary collapse

Methods inherited from Base

#initialize

Methods included from Lono::Template::Strategy::Dsl::Builder::Stringify

#stringify!

Methods included from Common::Helpers

#extract_scripts, #scripts_name, #scripts_s3_path, #setting

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::Strategy::Dsl::Builder::Section::Base

Instance Method Details

#templateObject



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

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