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 139 def parse Scanners::WhoisNicIt.new(content_for_scanner).parse end
NEWPROPERTY
# File lib/whois/record/parser/whois.nic.it.rb, line 78 def reserved? status == :reserved 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 130 def response_unavailable? !!node("response:unavailable") end
[Validate]
Generated with the Darkfish Rdoc Generator 2.