Sha256: 5b00cd3e7bef4b4228ae101a03a9a349349d69bbb4d6981ddef360228f65f144
Contents?: true
Size: 293 Bytes
Versions: 53
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
53 entries across 53 versions & 3 rubygems