Methods

Files

Class/Module Index [+]

Quicksearch

Whois::Record::Parser::WhoisCnnicCn

Parser for the whois.cnnic.cn server.

Public Instance Methods

parse() click to toggle source

Initializes a new {Scanners::WhoisCnnicCn} instance passing the {content_for_scanner} and calls parse on it.

@return [Hash]

# File lib/whois/record/parser/whois.cnnic.cn.rb, line 96
def parse
  Scanners::WhoisCnnicCn.new(content_for_scanner).parse
end
reserved?() click to toggle source

NEWPROPERTY

# File lib/whois/record/parser/whois.cnnic.cn.rb, line 48
def reserved?
  !!node("status:reserved")
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.