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.11.1 lib/cfndsl/os/heat_template.rb
cfndsl-0.11.0 lib/cfndsl/os/heat_template.rb
cfndsl-0.10.2 lib/cfndsl/os/heat_template.rb
cfndsl-0.10.1 lib/cfndsl/os/heat_template.rb
cfndsl-0.10.0 lib/cfndsl/os/heat_template.rb
cfndsl-0.9.2 lib/cfndsl/os/heat_template.rb
cfndsl-0.9.1 lib/cfndsl/os/heat_template.rb
cfndsl-0.9.0 lib/cfndsl/os/heat_template.rb
cfndsl-0.8.9 lib/cfndsl/os/heat_template.rb
cfndsl-0.8.8 lib/cfndsl/os/heat_template.rb
cfndsl-0.8.7 lib/cfndsl/os/heat_template.rb
cfndsl-0.8.6 lib/cfndsl/os/heat_template.rb
cfndsl-0.8.5 lib/cfndsl/os/heat_template.rb
cfndsl-0.8.4 lib/cfndsl/os/heat_template.rb
cfndsl-0.8.3 lib/cfndsl/os/heat_template.rb
cfndsl-0.8.2 lib/cfndsl/os/heat_template.rb
cfndsl-0.8.1 lib/cfndsl/os/heat_template.rb
cfndsl-0.7.0 lib/cfndsl/os/heat_template.rb
cfndsl-0.6.2 lib/cfndsl/os/heat_template.rb
cfndsl-0.6.1 lib/cfndsl/os/heat_template.rb