Sha256: af1de345024a27af2bcb1d193380da1eefd0a0087b1ba6eea420117a2da5b1df

Contents?: true

Size: 274 Bytes

Versions: 6

Compression:

Stored size: 274 Bytes

Contents

require 'fog/core/model'

module Fog
  module Orchestration
    class OpenStack
      class Template < Fog::Model

        %w{format description template_version parameters resources content}.each do |a|
          attribute a.to_sym
        end

      end
    end
  end
end

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
vagrant-cloudstack-1.2.0 vendor/bundle/gems/fog-1.32.0/lib/fog/openstack/models/orchestration/template.rb
fog-1.32.0 lib/fog/openstack/models/orchestration/template.rb
fog-1.31.0 lib/fog/openstack/models/orchestration/template.rb
fog-1.30.0 lib/fog/openstack/models/orchestration/template.rb
fog-1.29.0 lib/fog/openstack/models/orchestration/template.rb
fog-1.28.0 lib/fog/openstack/models/orchestration/template.rb