Sha256: 8d9c87c0ae6626964458c03c6c4b7ef500e4a24e4e01da8a6270943d5dbe8f23
Contents?: true
Size: 236 Bytes
Versions: 23
Compression:
Stored size: 236 Bytes
Contents
module Fog module Compute class Serverlove class Real def destroy_image(drive_id) request(:method => "post", :path => "/drives/#{drive_id}/destroy", :expects => 204) end end end end end
Version data entries
23 entries across 21 versions & 6 rubygems