Class/Module Index [+]

Quicksearch

Whois::Record::Parser::WhoisNicTr

Parser for the whois.nic.tr server.

@see Whois::Record::Parser::Example

The Example parser for the list of all available methods.

Public Instance Methods

invalid?() click to toggle source

NEWPROPERTY invalid?

# File lib/whois/record/parser/whois.nic.tr.rb, line 123
def invalid?
  cached_properties_fetch :invalid? do
    response_error?
  end
end
response_error?() click to toggle source
# File lib/whois/record/parser/whois.nic.tr.rb, line 117
def response_error?
  content_for_scanner =~ /Invalid input/
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.