Sha256: 696eba8ce034ce49a566d199d1ca23109bc29a5c781074ae7e1609b5936aa32f

Contents?: true

Size: 433 Bytes

Versions: 5

Compression:

Stored size: 433 Bytes

Contents

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

require_relative 'base_icann_compliant'

module Whois
  class Parsers

    # Parser for the whois.cdmon.com server.
    #
    # @see Whois::Parsers::Example
    #   The Example parser for the list of all available methods.
    #
    class WhoisCdmonCom < BaseIcannCompliant
    end

  end
end

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
whois-parser-1.0.1 lib/whois/parsers/whois.cdmon.com.rb
hetzner-whois-parser-1.0.1.rc2 lib/whois/parsers/whois.cdmon.com.rb
hetzner-whois-parser-1.0.1.rc1 lib/whois/parsers/whois.cdmon.com.rb
whois-parser-1.0.0 lib/whois/parsers/whois.cdmon.com.rb
whois-parser-1.0.0.pre.beta2 lib/whois/parsers/whois.cdmon.com.rb