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