Files

Class/Module Index [+]

Quicksearch

Whois::Record::Parser::WhoisNicHu

Parser for the whois.nic.hu server.

@author Simone Carletti <weppos@weppos.net> @author Gábor Vészi <veszig@done.hu>

Public Instance Methods

registrar_contact() click to toggle source

NEWPROPERTY

# File lib/whois/record/parser/whois.nic.hu.rb, line 118
def registrar_contact
  cached_properties_fetch(:registrar_contact) do
    build_contact("registrar", nil)
  end
end
zone_contact() click to toggle source

NEWPROPERTY

# File lib/whois/record/parser/whois.nic.hu.rb, line 125
def zone_contact
  cached_properties_fetch(:zone_contact) do
    build_contact("zone-c", nil)
  end
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.