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.12.10 lib/cfndsl/os/heat_template.rb
cfndsl-0.12.9 lib/cfndsl/os/heat_template.rb
cfndsl-0.12.8 lib/cfndsl/os/heat_template.rb
cfndsl-0.12.7 lib/cfndsl/os/heat_template.rb
cfndsl-0.12.6 lib/cfndsl/os/heat_template.rb
cfndsl-0.12.5 lib/cfndsl/os/heat_template.rb
cfndsl-0.12.4 lib/cfndsl/os/heat_template.rb
cfndsl-0.12.3 lib/cfndsl/os/heat_template.rb
cfndsl-0.12.2 lib/cfndsl/os/heat_template.rb
cfndsl-0.12.1 lib/cfndsl/os/heat_template.rb
cfndsl-0.12.0 lib/cfndsl/os/heat_template.rb
cfndsl-0.11.12 lib/cfndsl/os/heat_template.rb
cfndsl-0.11.11 lib/cfndsl/os/heat_template.rb
cfndsl-0.11.10 lib/cfndsl/os/heat_template.rb
cfndsl-0.11.9 lib/cfndsl/os/heat_template.rb
cfndsl-0.11.8 lib/cfndsl/os/heat_template.rb
cfndsl-0.11.6 lib/cfndsl/os/heat_template.rb
cfndsl-0.11.5 lib/cfndsl/os/heat_template.rb
cfndsl-0.11.4 lib/cfndsl/os/heat_template.rb
cfndsl-0.11.3 lib/cfndsl/os/heat_template.rb