Sha256: 12aca45fb7e4b99860aa2daed2def0d543b7bcd6d692ddc39e5529b22f088bbe

Contents?: true

Size: 470 Bytes

Versions: 9

Compression:

Stored size: 470 Bytes

Contents

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


require 'whois/record/parser/base_shared3'


module Whois
  class Record
    class Parser

      # Parser for the whois.nic.gd server.
      #
      # @see Whois::Record::Parser::Example
      #   The Example parser for the list of all available methods.
      #
      class WhoisNicGd < BaseShared3
      end

    end
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
whois-3.4.3 lib/whois/record/parser/whois.nic.gd.rb
whois-3.4.2 lib/whois/record/parser/whois.nic.gd.rb
whois-3.4.1 lib/whois/record/parser/whois.nic.gd.rb
whois-3.4.0 lib/whois/record/parser/whois.nic.gd.rb
whois-3.3.1 lib/whois/record/parser/whois.nic.gd.rb
whois-3.3.0 lib/whois/record/parser/whois.nic.gd.rb
whois-3.2.1 lib/whois/record/parser/whois.nic.gd.rb
whois-3.2.0 lib/whois/record/parser/whois.nic.gd.rb
whois-3.1.3 lib/whois/record/parser/whois.nic.gd.rb