Parent

Files

Class/Module Index [+]

Quicksearch

Whois::Record::Parser::WhoisNicTv

Parser for the whois.nic.tv server.

Public Instance Methods

parse() click to toggle source

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

@return [Hash]

# File lib/whois/record/parser/whois.nic.tv.rb, line 88
def parse
  Scanners::Verisign.new(content_for_scanner).parse
end
referral_url() click to toggle source
# File lib/whois/record/parser/whois.nic.tv.rb, line 78
def referral_url
  node("Referral URL")
end
referral_whois() click to toggle source
# File lib/whois/record/parser/whois.nic.tv.rb, line 74
def referral_whois
  node("Whois Server")
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.