Parent

Methods

Files

Class/Module Index [+]

Quicksearch

Whois::Server::Adapters::Web

Web Adapter

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.

Public Instance Methods

request(string) click to toggle source

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

[Validate]

Generated with the Darkfish Rdoc Generator 2.