Sha256: aad0fbe59d4de4f00ba9fddffde9c68a878f6228fd894e571c064978bb605a75
Contents?: true
Size: 392 Bytes
Versions: 37
Compression:
Stored size: 392 Bytes
Contents
module Fog module Monitoring class OpenStack 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
37 entries across 35 versions & 3 rubygems