Sha256: ab6a1f9bf80422cb2cada26b40a2b25c0ef274371ab4c74d0242c5c0fe0589c6

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 joburg-whois.registry.net.za server.
    #
    # @see Whois::Parsers::Example
    #   The Example parser for the list of all available methods.
    #
    class JoburgWhoisRegistryNetZa < ZaCentralRegistry
    end

  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

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