module AwsEc2::Template

Encapsulates helper methods and instance variables to be rendered in the ERB templates.

Public Instance Methods

context() click to toggle source
# File lib/aws_ec2/template.rb, line 9
def context
  @context ||= AwsEc2::Template::Context.new(@options)
end