Sha256: a19c16697ea614791a5102978a6f1351aeefd112328259e5ec062b3cb508505d

Contents?: true

Size: 234 Bytes

Versions: 4

Compression:

Stored size: 234 Bytes

Contents

class Jets::Core::Config::Bootstrap
  module Cfn
    attr_accessor :cfn

    def initialize(*)
      super

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

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
jets-6.0.5 lib/jets/core/config/bootstrap/cfn.rb
jets-6.0.4 lib/jets/core/config/bootstrap/cfn.rb
jets-6.0.3 lib/jets/core/config/bootstrap/cfn.rb
jets-6.0.2 lib/jets/core/config/bootstrap/cfn.rb