Sha256: 6ed3a7e14e377d55b217da309082d94cfca18dc1299a64b3f112683b3575292c
Contents?: true
Size: 397 Bytes
Versions: 37
Compression:
Stored size: 397 Bytes
Contents
module Fog module Monitoring class OpenStack class Real def update_notification_method(id, notification) request( :expects => [200], :method => 'PATCH', :path => "notification-methods/#{id}", :body => Fog::JSON.encode(notification) ) end end class Mock end end end end
Version data entries
37 entries across 35 versions & 3 rubygems