Class: Forger::Template::Context

Inherits:
Object
  • Object
show all
Includes:
Helper
Defined in:
lib/forger/template/context.rb

Instance Method Summary collapse

Methods included from Helper::SshKeyHelper

#add_ssh_key

Methods included from Helper::ScriptHelper

#extract_scripts

Methods included from Helper::PartialHelper

#indent, #partial, #partial_exist?

Methods included from Helper::CoreHelper

#layout_path, #settings, #timestamp, #user_data, #vars

Methods included from Helper::AmiHelper

#latest_ami, #search_ami

Methods included from AwsServices

#cfn, #ec2, #s3

Constructor Details

#initialize(options = {}) ⇒ Context

Returns a new instance of Context.



9
10
11
12
13
# File 'lib/forger/template/context.rb', line 9

def initialize(options={})
  @options = options
  load_variables
  load_custom_helpers
end