Class: Whois::Record::Parser::WhoisNicXxx
- Inherits:
-
BaseAfilias
- Object
- Base
- BaseAfilias
- Whois::Record::Parser::WhoisNicXxx
- 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
Instance Method Summary (collapse)
-
- (Boolean) reserved?
NEWPROPERTY.
Methods inherited from BaseAfilias
Methods included from Scanners::Nodable
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
29 30 31 |
# File 'lib/whois/record/parser/whois.nic.xxx.rb', line 29 def reserved? !!node("status:reserved") end |