Sha256: 6c964c4f9ab7da4ab2c3d5362e7a2cb3dceea996ba92446d715cdb61a5e03d91

Contents?: true

Size: 308 Bytes

Versions: 4

Compression:

Stored size: 308 Bytes

Contents

module Fog
  module Compute
    class Gridscale
      class Real

        def template_get(template_uuid)
          request(
              :expects => [200],
              :method  => 'GET',
              :path    => "/objects/templates/#{template_uuid}"
          )
        end

      end
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
fog-gridscale-0.1.5 lib/fog/compute/gridscale/requests/template_get.rb
fog-gridscale-0.1.4 lib/fog/compute/gridscale/requests/template_get.rb
fog-gridscale-0.1.3 lib/fog/compute/gridscale/requests/template_get.rb
fog-gridscale-0.1.2 lib/fog/compute/gridscale/requests/template_get.rb