Sha256: 5f8bc40b7a23bf33c72e5b047187f7df03d3dc941e6a54c86138e732b87de543

Contents?: true

Size: 457 Bytes

Versions: 2

Compression:

Stored size: 457 Bytes

Contents

#--
# Ruby Whois
#
# An intelligent pure Ruby WHOIS client and parser.
#
# Copyright (c) 2009-2018 Simone Carletti <weppos@weppos.net>
#++


require_relative 'za_central_registry'


module Whois
  class Parsers

    # Parser for the durban-whois.registry.net.za server.
    #
    # @see Whois::Parsers::Example
    #   The Example parser for the list of all available methods.
    #
    class DurbanWhoisRegistryNetZa < ZaCentralRegistry
    end

  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
whois-parser-1.2.0 lib/whois/parsers/durban-whois.registry.net.za.rb
whois-parser-1.1.0 lib/whois/parsers/durban-whois.registry.net.za.rb