Sha256: 7f49806d44bc299296689ac6c8973d359467e72569e6155d807f0532edc04c34

Contents?: true

Size: 297 Bytes

Versions: 17

Compression:

Stored size: 297 Bytes

Contents

require 'fog/openstack/models/model'

module Fog
  module Orchestration
    class OpenStack
      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

17 entries across 17 versions & 2 rubygems

Version Path
fog-openstack-0.1.10 lib/fog/openstack/models/orchestration/template.rb
fog-openstack-0.1.9 lib/fog/openstack/models/orchestration/template.rb
fog-openstack-0.1.8 lib/fog/openstack/models/orchestration/template.rb
fog-openstack-0.1.7 lib/fog/openstack/models/orchestration/template.rb
fog-openstack-0.1.6 lib/fog/openstack/models/orchestration/template.rb
fog-openstack-0.1.5 lib/fog/openstack/models/orchestration/template.rb
fog-openstack-0.1.4 lib/fog/openstack/models/orchestration/template.rb
fog-openstack-0.1.3 lib/fog/openstack/models/orchestration/template.rb
fog-openstack-0.1.2 lib/fog/openstack/models/orchestration/template.rb
fog-openstack-0.1.1 lib/fog/openstack/models/orchestration/template.rb
fog-openstack-0.1.0 lib/fog/openstack/models/orchestration/template.rb
fog-1.37.0 lib/fog/openstack/models/orchestration/template.rb
fog-1.36.0 lib/fog/openstack/models/orchestration/template.rb
fog-1.35.0 lib/fog/openstack/models/orchestration/template.rb
fog-2.0.0.pre.0 lib/fog/openstack/models/orchestration/template.rb
fog-1.34.0 lib/fog/openstack/models/orchestration/template.rb
fog-1.33.0 lib/fog/openstack/models/orchestration/template.rb