Sha256: 4cde75e2b62d9d103487fa7f081590689b57ae7dfa5559324db2939f488c9d31
Contents?: true
Size: 397 Bytes
Versions: 21
Compression:
Stored size: 397 Bytes
Contents
module Fog module OpenStack class Monitoring 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
21 entries across 21 versions & 3 rubygems