Sha256: 5c2a3ff11e47dc9e4d3283fabacb1f3958995c40e7fa67a9739bf3298d1192b6
Contents?: true
Size: 293 Bytes
Versions: 2
Compression:
Stored size: 293 Bytes
Contents
module Fog module Compute class StormOnDemand class Real def current_notifications(options = {}) request( :path => '/Notifications/current', :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/current_notifications.rb |
fog-storm_on_demand-0.0.1 | lib/fog/compute/storm_on_demand/requests/current_notifications.rb |