Whois::Record::Parser::Base
Parser for the whois.crsnic.net server.
# File lib/whois/record/parser/whois.crsnic.net.rb, line 93 def referral_url node("Referral URL") do |lines| last_useful_item(lines) end end
# File lib/whois/record/parser/whois.crsnic.net.rb, line 89 def referral_whois node("Whois Server") end
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.crsnic.net.rb, line 85 def response_unavailable? !!node("response:unavailable") end
[Validate]
Generated with the Darkfish Rdoc Generator 2.