# File lib/fog/compute/requests/ninefold/list_events.rb, line 6
        def list_events(options = {})
          request('listEvents', options, :expects => [200],
                  :response_prefix => 'listeventsresponse/event', :response_type => Array)
        end