Sha256: 238d80d11a81423e5b8ae4bec6f25a0b73c73a1914e00f7f9164c12a4c8bf948

Contents?: true

Size: 501 Bytes

Versions: 4

Compression:

Stored size: 501 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'
require 'whois/record/parser/base_iisse'


module Whois
  class Record
    class Parser

      # Parser for the whois.iis.nu server.
      #
      # @see Whois::Record::Parser::Example
      #   The Example parser for the list of all available methods.
      #
      class WhoisIisNu < BaseIisse
      end

    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
whois-3.4.3 lib/whois/record/parser/whois.iis.nu.rb
whois-3.4.2 lib/whois/record/parser/whois.iis.nu.rb
whois-3.4.1 lib/whois/record/parser/whois.iis.nu.rb
whois-3.4.0 lib/whois/record/parser/whois.iis.nu.rb