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

#camelize, #initialize

Methods included from Helper

#current_region, #extract_scripts, #indent, #partial, #partial_exist?, #scripts_name, #scripts_s3_path, #template_params, #template_s3_path, #user_data

Methods included from Fn

#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