Class: ServerList
- Inherits:
-
Object
- Object
- ServerList
- Defined in:
- ext/serverlist.cpp
Overview
Use ServerList to autodiscover hosts on the Wiretap network
Wiretap::ServerList.new.each do | server_info |
puts "Product is #{server_info.product}"
puts "Server is #{server_info.server}"
end