Sha256: 2aec861f5002e81b09f00005bdb19676c99df76feec20412fa3a2086f6c94992
Contents?: true
Size: 397 Bytes
Versions: 20
Compression:
Stored size: 397 Bytes
Contents
module Fog module OpenStack class Monitoring class Real def update_alarm_definition(id, alarm_definition) request( :expects => [200], :method => 'PUT', :path => "alarm-definitions/#{id}", :body => Fog::JSON.encode(alarm_definition) ) end end class Mock end end end end
Version data entries
20 entries across 20 versions & 3 rubygems