Sha256: 018a7b1f1f779fe89461b31dabbf224b74f7514f604b58f1a8861200da7c8850

Contents?: true

Size: 312 Bytes

Versions: 6

Compression:

Stored size: 312 Bytes

Contents

# frozen_string_literal: true

require 'cfndsl/orchestration_template'

module CfnDsl
  # Heat Templates
  class HeatTemplate < OrchestrationTemplate
    def self.template_types
      CfnDsl::OS::Types::Types_Internal
    end

    def self.type_module
      CfnDsl::OS::Types
    end

    create_types
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

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