Files

Class/Module Index [+]

Quicksearch

Whois::Record::Parser::WhoisNicIt

Parser for the whois.nic.it server.

Public Instance Methods

response_unavailable?() click to toggle source

Checks whether this response contains a message that can be reconducted to a "WHOIS Server Unavailable" status.

@return [Boolean]

# File lib/whois/record/parser/whois.nic.it.rb, line 129
def response_unavailable?
  !!node("response:unavailable")
end
unavailable?() click to toggle source

NEWPROPERTY

# File lib/whois/record/parser/whois.nic.it.rb, line 77
def unavailable?
  status == :unavailable
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.