Class: AwsEc2::Template::Context

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

Instance Method Summary collapse

Methods included from Helper

#autoinclude

Constructor Details

#initialize(options = {}) ⇒ Context

Returns a new instance of Context.



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

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