Special adapter intended to be used when you can only access the WHOIS database via an online interface.
This adapter should be considered like a {Whois::Server::Adapters::None} adapter, just a little bit more specific.
Always raises a {Whois::WebInterfaceError} exception including the web address for the WHOIS inteface.
@param [String] string @return [void]
@raise [Whois::WebInterfaceError] For every request.
# File lib/whois/server/adapters/web.rb, line 33 def request(string) raise WebInterfaceError, options[:url] end
Generated with the Darkfish Rdoc Generator 2.