Sha256: ec2f55f60dbeab9afb7eb00c2f0b3486eecadde21ed4d0449c1c8b7b4a76c57f
Contents?: true
Size: 394 Bytes
Versions: 4
Compression:
Stored size: 394 Bytes
Contents
module Fog module Monitoring class HuaweiCloud class Real def put_notification_method(id, notification) request( :expects => [200], :method => 'PUT', :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