Sha256: fe3463910fb94204a69daa2c0e8f9d467e72fb4f7425aff13afe731dfe30b973
Contents?: true
Size: 284 Bytes
Versions: 15
Compression:
Stored size: 284 Bytes
Contents
module Fog module Compute class StormOnDemand class Real def list_notifications(options={}) request( :path => '/Notifications/all', :body => Fog::JSON.encode(:params => options) ) end end end end end
Version data entries
15 entries across 15 versions & 4 rubygems