Sha256: 56e2149613d2f1616fb3eab8b60972ada945eb3e909245b624e2329a8073b0d9
Contents?: true
Size: 322 Bytes
Versions: 22
Compression:
Stored size: 322 Bytes
Contents
module Fog module Monitoring class Rackspace class Real def delete_check(entity_id, check_id) request( :expects => [204], :method => 'DELETE', :path => "entities/#{entity_id}/checks/#{check_id}" ) end end end end end
Version data entries
22 entries across 22 versions & 1 rubygems