Sha256: 8cf748b4ff8e7ad2c85cca1235fa3ef0ebcb19e28ee75faa009d31704716408d
Contents?: true
Size: 418 Bytes
Versions: 1
Compression:
Stored size: 418 Bytes
Contents
module Fog module Compute class Cloudstack class Real # Delete one or more events. # # {CloudStack API Reference}[http://cloudstack.apache.org/docs/api/apidocs-4.3/root_admin/deleteEvents.html] def delete_events(options={}) options.merge!( 'command' => 'deleteEvents' ) request(options) end end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
fog-1.23.0 | lib/fog/cloudstack/requests/compute/delete_events.rb |