Sha256: a2593180ece718d149cfdd92dbf181ce3765ad85dc2f36298cfa812fea34122a

Contents?: true

Size: 201 Bytes

Versions: 66

Compression:

Stored size: 201 Bytes

Contents

require 'cfndsl/types'

module CfnDsl
  module OS
    # Open Stack Types
    module Types
      TYPE_PREFIX = 'os'.freeze
      class Type < JSONable; end
      include CfnDsl::Types
    end
  end
end

Version data entries

66 entries across 66 versions & 1 rubygems

Version Path
cfndsl-0.16.13 lib/cfndsl/os/types.rb
cfndsl-0.16.12 lib/cfndsl/os/types.rb
cfndsl-0.16.11 lib/cfndsl/os/types.rb
cfndsl-0.16.10 lib/cfndsl/os/types.rb
cfndsl-0.16.9 lib/cfndsl/os/types.rb
cfndsl-0.16.8 lib/cfndsl/os/types.rb
cfndsl-0.16.7 lib/cfndsl/os/types.rb
cfndsl-0.16.6 lib/cfndsl/os/types.rb
cfndsl-0.16.5 lib/cfndsl/os/types.rb
cfndsl-0.16.3 lib/cfndsl/os/types.rb
cfndsl-0.16.2 lib/cfndsl/os/types.rb
cfndsl-0.16.1 lib/cfndsl/os/types.rb
cfndsl-0.15.3 lib/cfndsl/os/types.rb
cfndsl-0.15.2 lib/cfndsl/os/types.rb
cfndsl-0.15.1 lib/cfndsl/os/types.rb
cfndsl-0.15.0 lib/cfndsl/os/types.rb
cfndsl-0.14.0 lib/cfndsl/os/types.rb
cfndsl-0.13.1 lib/cfndsl/os/types.rb
cfndsl-0.13.0 lib/cfndsl/os/types.rb
cfndsl-0.12.11 lib/cfndsl/os/types.rb