Sha256: 71471ea3c0ac93082110c5c24cfcdbdc4615af87624a8cb492eeeda8c9412fb8

Contents?: true

Size: 496 Bytes

Versions: 12

Compression:

Stored size: 496 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_afilias'


module Whois
  class Record
    class Parser

      # Parser for the whois.dotpostregistry.net server.
      #
      # @see Whois::Record::Parser::Example
      #   The Example parser for the list of all available methods.
      #
      class WhoisDotpostregistryNet < BaseAfilias
      end

    end
  end
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
whois-3.4.3 lib/whois/record/parser/whois.dotpostregistry.net.rb
whois-3.4.2 lib/whois/record/parser/whois.dotpostregistry.net.rb
whois-3.4.1 lib/whois/record/parser/whois.dotpostregistry.net.rb
whois-3.4.0 lib/whois/record/parser/whois.dotpostregistry.net.rb
whois-3.3.1 lib/whois/record/parser/whois.dotpostregistry.net.rb
whois-3.3.0 lib/whois/record/parser/whois.dotpostregistry.net.rb
whois-3.2.1 lib/whois/record/parser/whois.dotpostregistry.net.rb
whois-3.2.0 lib/whois/record/parser/whois.dotpostregistry.net.rb
whois-3.1.3 lib/whois/record/parser/whois.dotpostregistry.net.rb
whois-3.1.2 lib/whois/record/parser/whois.dotpostregistry.net.rb
whois-3.1.1 lib/whois/record/parser/whois.dotpostregistry.net.rb
whois-3.1.0 lib/whois/record/parser/whois.dotpostregistry.net.rb