Sha256: d29d9f4bbed4b9651244815fbba03733fed7347bfb03f048a64a18313dcae076

Contents?: true

Size: 225 Bytes

Versions: 6

Compression:

Stored size: 225 Bytes

Contents

# frozen_string_literal: true

require 'cfndsl/types'

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

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
cfndsl-0.17.5 lib/cfndsl/os/types.rb
cfndsl-0.17.4 lib/cfndsl/os/types.rb
cfndsl-0.17.3 lib/cfndsl/os/types.rb
cfndsl-0.17.2 lib/cfndsl/os/types.rb
cfndsl-0.17.1 lib/cfndsl/os/types.rb
cfndsl-0.17.0 lib/cfndsl/os/types.rb