Method: CloudFormation::Template#initialize

Defined in:
lib/cloud_formation/template.rb

#initializeTemplate

Returns a new instance of Template.



10
11
12
# File 'lib/cloud_formation/template.rb', line 10

def initialize
  @resources = {}
end