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