Sha256: 5be225fab6fee90fe5f155b7d30dd7cbd1eff8e9768a28634e0aeb805bea2a03
Contents?: true
Size: 422 Bytes
Versions: 86
Compression:
Stored size: 422 Bytes
Contents
module Fog module Compute class Cloudstack class Real # A command to list events. # # {CloudStack API Reference}[http://download.cloud.com/releases/2.2.0/api_2.2.4/global_admin/listEvents.html] def list_events(options={}) options.merge!( 'command' => 'listEvents' ) request(options) end end end end end
Version data entries
86 entries across 86 versions & 16 rubygems