# File lib/fog/ninefold/requests/compute/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