# File lib/fog/compute/requests/ninefold/list_public_ip_addresses.rb, line 6
        def list_public_ip_addresses(options = {})
          request('listPublicIpAddresses', options, :expects => [200],
                  :response_prefix => 'listpublicipaddressesresponse/publicipaddress', :response_type => Hash)
        end