Base
Parser for the whois.nic.it server.
Initializes a new {Scanners::WhoisNicIt} instance passing the {content_for_scanner} and calls parse on it.
@return [Hash]
# File lib/whois/record/parser/whois.nic.it.rb, line 136 def parse Scanners::WhoisNicIt.new(content_for_scanner).parse 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.nic.it.rb, line 127 def response_unavailable? !!node("response:unavailable") end
NEWPROPERTY
# File lib/whois/record/parser/whois.nic.it.rb, line 75 def unavailable? status == :unavailable end
[Validate]
Generated with the Darkfish Rdoc Generator 2.