Sha256: 162298309a5dc76072afc088b8ee8fdd707c3487d35257d5133e8d4d72424be7

Contents?: true

Size: 420 Bytes

Versions: 3

Compression:

Stored size: 420 Bytes

Contents

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


require 'whois/record/parser/za_central_registry'


module Whois
  class Record
    class Parser

      #
      # = whois.org.za parser
      #
      # Parser for the whois.org.za server.
      #
      class OrgWhoisRegistryNetZa < ZaCentralRegistry
      end

    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
whois-3.6.5 lib/whois/record/parser/org-whois.registry.net.za.rb
whois-3.6.4 lib/whois/record/parser/org-whois.registry.net.za.rb
whois-3.6.3 lib/whois/record/parser/org-whois.registry.net.za.rb