Sha256: df68eb513af150c773bf072ab90c852326d2ef073e3078f7925fb9db6ca15b2a

Contents?: true

Size: 281 Bytes

Versions: 66

Compression:

Stored size: 281 Bytes

Contents

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

66 entries across 66 versions & 1 rubygems

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