Sha256: ab681038825263ea0ac8ca0c7abcdc01972cdcb86e4303ee487f5a63b2604043
Contents?: true
Size: 292 Bytes
Versions: 2
Compression:
Stored size: 292 Bytes
Contents
module Fog module Compute class StormOnDemand class Real def resolve_notification(options = {}) request( :path => '/Notifications/resolve', :body => Fog::JSON.encode(:params => options) ) end end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
fog-storm_on_demand-0.1.0 | lib/fog/compute/storm_on_demand/requests/resolve_notification.rb |
fog-storm_on_demand-0.0.1 | lib/fog/compute/storm_on_demand/requests/resolve_notification.rb |