Sha256: d5aba5e7ca7fc0eb9990bd5a852dc40ecfae0d32b7be1304d51c111d41a87ab6
Contents?: true
Size: 464 Bytes
Versions: 4
Compression:
Stored size: 464 Bytes
Contents
module Fog module Compute class Gridscale class Real def network_delete(network_uuid) request( :expects => [204], :headers => { 'Content-Type' => "application/json; charset=UTF-8", }, :method => 'DELETE', :path => "/objects/networks/#{network_uuid}", ) end end end end end
Version data entries
4 entries across 4 versions & 1 rubygems