Parent

Files

Class/Module Index [+]

Quicksearch

Whois::Record::Parser::WhoisNicIt

Parser for the whois.nic.it server.

Public Instance Methods

parse() click to toggle source

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
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 127
def response_unavailable?
  !!node("response:unavailable")
end
unavailable?() click to toggle source

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.