Sha256: 39b27488037f181ef710a5b47290b5ee4505dd5e759e969465d92edab0b43d6a

Contents?: true

Size: 445 Bytes

Versions: 2

Compression:

Stored size: 445 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 whois.org.za parser server.
    #
    # @see Whois::Parsers::Example
    #   The Example parser for the list of all available methods.
    #
    class OrgWhoisRegistryNetZa < ZaCentralRegistry
    end

  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

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