Sha256: 20487f091f0d232bc575e3ca9192d3cabdde655cc9c4370d23cd0d3872e9e666
Contents?: true
Size: 286 Bytes
Versions: 53
Compression:
Stored size: 286 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
53 entries across 53 versions & 3 rubygems