Parent

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

parse() click to toggle source

Initializes a new {Scanners::WhoisNicHu} instance passing the {content_for_scanner} and calls parse on it.

@return [Hash]

# File lib/whois/record/parser/whois.nic.hu.rb, line 134
def parse
  Scanners::WhoisNicHu.new(content_for_scanner).parse
end
registrar_contact() click to toggle source

NEWPROPERTY

# File lib/whois/record/parser/whois.nic.hu.rb, line 115
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 122
def zone_contact
  cached_properties_fetch(:zone_contact) do
    build_contact("zone-c", nil)
  end
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.