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 Helpers::TagsHelper

#dimensions, #tag_list, #tags

Methods included from Helpers::S3Helper

#file_s3_key, #s3_bucket

Methods included from Helpers::LookupHelper

#lookup_output

Methods included from AwsServices

#cfn, #ec2, #iam, #s3, #s3_presigner, #s3_resource, #sts

Methods included from AwsServices::Helper

#rollback_complete?, #testing_update?

Methods included from AwsServices::StackSet

#find_stack_set, #stack_set_exists?

Methods included from AwsServices::Stack

#find_stack, #stack_exists?

Methods included from Helpers::FileHelper

#content, #render_file, #render_path, #user_data, #user_data_script

Methods included from Helpers::CoreHelper

#setting, #stack_name

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