Sha256: f716e834f9bbf0883f7960c0baa6c2b5d30a9aa643de72da6f9ccee9aa9a8ad8
Contents?: true
Size: 293 Bytes
Versions: 30
Compression:
Stored size: 293 Bytes
Contents
module Fog module Compute class Ninefold class Real def list_events(options = {}) request('listEvents', options, :expects => [200], :response_prefix => 'listeventsresponse/event', :response_type => Array) end end end end end
Version data entries
30 entries across 30 versions & 4 rubygems