Sha256: 0043e0917fcccc79d3a60c876b412ee571fcab6b8463b11f52260b46b4ff585b
Contents?: true
Size: 399 Bytes
Versions: 4
Compression:
Stored size: 399 Bytes
Contents
module Fog module Monitoring class HuaweiCloud 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
4 entries across 4 versions & 1 rubygems