Sha256: 7c994b0be07e1cabeac581b92bba4b89d9792591d68a31363d364e9a6790c659

Contents?: true

Size: 315 Bytes

Versions: 25

Compression:

Stored size: 315 Bytes

Contents

# frozen_string_literal: true

require_relative '../jsonable'
require_relative '../types'

module CfnDsl
  module AWS
    # Cloud Formation Types
    module Types
      class Type < JSONable; end
      include CfnDsl::Types # This include triggers loading and patching of the global specification
    end
  end
end

Version data entries

25 entries across 25 versions & 1 rubygems

Version Path
cfndsl-1.7.2 lib/cfndsl/aws/types.rb
cfndsl-1.6.0 lib/cfndsl/aws/types.rb
cfndsl-1.5.0 lib/cfndsl/aws/types.rb
cfndsl-1.4.0 lib/cfndsl/aws/types.rb
cfndsl-1.3.9 lib/cfndsl/aws/types.rb
cfndsl-1.3.8 lib/cfndsl/aws/types.rb
cfndsl-1.3.7 lib/cfndsl/aws/types.rb
cfndsl-1.3.6 lib/cfndsl/aws/types.rb
cfndsl-1.3.5 lib/cfndsl/aws/types.rb
cfndsl-1.3.4 lib/cfndsl/aws/types.rb
cfndsl-1.3.3 lib/cfndsl/aws/types.rb
cfndsl-1.3.2 lib/cfndsl/aws/types.rb
cfndsl-1.3.1 lib/cfndsl/aws/types.rb
cfndsl-1.3.0 lib/cfndsl/aws/types.rb
cfndsl-1.2.0 lib/cfndsl/aws/types.rb
cfndsl-1.1.1 lib/cfndsl/aws/types.rb
cfndsl-1.1.0 lib/cfndsl/aws/types.rb
cfndsl-1.0.6 lib/cfndsl/aws/types.rb
cfndsl-1.0.5 lib/cfndsl/aws/types.rb
cfndsl-1.0.4 lib/cfndsl/aws/types.rb