Sha256: d1db04fec4c5e0942b92c7aea241d4a7b8239592788b9bd96f01dfd8d2705121
Contents?: true
Size: 559 Bytes
Versions: 28
Compression:
Stored size: 559 Bytes
Contents
module Fog module Compute class Cloudstack class Real # List Event Types # # {CloudStack API Reference}[http://cloudstack.apache.org/docs/api/apidocs-4.4/root_admin/listEventTypes.html] def list_event_types(*args) options = {} if args[0].is_a? Hash options = args[0] options.merge!('command' => 'listEventTypes') else options.merge!('command' => 'listEventTypes') end request(options) end end end end end
Version data entries
28 entries across 26 versions & 4 rubygems