Class: Forger::Template::Context
- Inherits:
-
Object
- Object
- Forger::Template::Context
- Includes:
- Helper
- Defined in:
- lib/forger/template/context.rb
Instance Method Summary collapse
-
#initialize(options = {}) ⇒ Context
constructor
A new instance of Context.
Methods included from Helper::SshKeyHelper
Methods included from Helper::ScriptHelper
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
Methods included from AwsServices
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 = load_variables load_custom_helpers end |