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