Class: Whois::Record::Parser::WhoisNicXxx

Inherits:
BaseAfilias show all
Defined in:
lib/whois/record/parser/whois.nic.xxx.rb

Overview

Parser for the whois.nic.xxx server.

Instance Attribute Summary

Attributes inherited from Base

#part

Instance Method Summary (collapse)

Methods inherited from BaseAfilias

#parse

Methods included from Scanners::Nodable

#node, #node?

Methods inherited from Base

#changed?, #contacts, #content, #initialize, #is, property_not_implemented, property_not_supported, property_register, property_state, property_state?, property_supported, #property_supported?, #response_incomplete?, #response_throttled?, #response_unavailable?, #unchanged?, #validate!

Constructor Details

This class inherits a constructor from Whois::Record::Parser::Base

Instance Method Details

- (Boolean) reserved?

NEWPROPERTY

Returns:

  • (Boolean)


29
30
31
# File 'lib/whois/record/parser/whois.nic.xxx.rb', line 29

def reserved?
  !!node("status:reserved")
end