Sha256: 1af55558b5c85700d6681b1a0a797dd400e97748004cdca08e0b936b78bf50cc
Contents?: true
Size: 298 Bytes
Versions: 124
Compression:
Stored size: 298 Bytes
Contents
module Fog module Compute class Joyent class Real def delete_all_machine_tags(machine_id) request( :path => "/my/machines/#{machine_id}/tags", :method => "DELETE", :expects => 204 ) end end end end end
Version data entries
124 entries across 122 versions & 21 rubygems