Module: Jets::Core::Config::Bootstrap::Cfn

Defined in:
lib/jets/core/config/bootstrap/cfn.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#cfnObject

Returns the value of attribute cfn.



3
4
5
# File 'lib/jets/core/config/bootstrap/cfn.rb', line 3

def cfn
  @cfn
end

Instance Method Details

#initializeObject



5
6
7
8
9
10
# File 'lib/jets/core/config/bootstrap/cfn.rb', line 5

def initialize(*)
  super

  @cfn = ActiveSupport::OrderedOptions.new
  @cfn.resource_tags = {} # tags to add to all resources
end