Sha256: 8740408f5df46daaf96beb64f3d303ffbfde97645d42f2224e90e4e05acc6733
Contents?: true
Size: 316 Bytes
Versions: 40
Compression:
Stored size: 316 Bytes
Contents
module Fog module Rackspace class Monitoring class Real def delete_notification(notification_id) request( :expects => [204], :method => 'DELETE', :path => "notifications/#{notification_id}" ) end end end end end
Version data entries
40 entries across 40 versions & 2 rubygems