Sha256: 4c0cc44304d61b5d6b9fa36a4b8b5edb0371a434d580d583878155e5f374e502

Contents?: true

Size: 295 Bytes

Versions: 20

Compression:

Stored size: 295 Bytes

Contents

require 'fog/openstack/models/model'

module Fog
  module OpenStack
    class Orchestration
      class Template < Fog::OpenStack::Model
        %w(format description template_version parameters resources content).each do |a|
          attribute a.to_sym
        end
      end
    end
  end
end

Version data entries

20 entries across 20 versions & 3 rubygems

Version Path
fog-openstack-1.1.3 lib/fog/openstack/orchestration/models/template.rb
fog-openstack-1.1.2 lib/fog/openstack/orchestration/models/template.rb
fog-openstack-fork-99 lib/fog/openstack/orchestration/models/template.rb
fog-openstack-1.1.0 lib/fog/openstack/orchestration/models/template.rb
fog-openstack-1.1.0.pre lib/fog/openstack/orchestration/models/template.rb
fog-openstack-apibank-1.0.102 lib/fog/openstack/orchestration/models/template.rb
fog-openstack-1.0.11 lib/fog/openstack/orchestration/models/template.rb
fog-openstack-apibank-1.0.101 lib/fog/openstack/orchestration/models/template.rb
fog-openstack-1.0.10 lib/fog/openstack/orchestration/models/template.rb
fog-openstack-1.0.9 lib/fog/openstack/orchestration/models/template.rb
fog-openstack-1.0.8 lib/fog/openstack/orchestration/models/template.rb
fog-openstack-1.0.7 lib/fog/openstack/orchestration/models/template.rb
fog-openstack-1.0.6 lib/fog/openstack/orchestration/models/template.rb
fog-openstack-1.0.5 lib/fog/openstack/orchestration/models/template.rb
fog-openstack-1.0.4 lib/fog/openstack/orchestration/models/template.rb
fog-openstack-1.0.3 lib/fog/openstack/orchestration/models/template.rb
fog-openstack-1.0.2 lib/fog/openstack/orchestration/models/template.rb
fog-openstack-1.0.1 lib/fog/openstack/orchestration/models/template.rb
fog-openstack-1.0.0 lib/fog/openstack/orchestration/models/template.rb
fog-openstack-0.3.1 lib/fog/openstack/orchestration/models/template.rb