Included Modules

Files

Class/Module Index [+]

Quicksearch

Whois::Record::Parser::JobswhoisVerisignGrsCom

Parser for the jobswhois.verisign-grs.com 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/jobswhois.verisign-grs.com.rb, line 94
def parse
  Scanners::Verisign.new(content_for_scanner).parse
end

Protected Instance Methods

last_useful_item(values) click to toggle source

In case of "SPAM Response", the response contains more than one item for the same value and the value becomes an Array.

# File lib/whois/record/parser/jobswhois.verisign-grs.com.rb, line 103
def last_useful_item(values)
  values.is_a?(Array) ? values.last : values
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.