Sha256: 5e374bb199ff70aa74dc91987b2c3574ea3833ab71dff345cfb3655dc2219c23

Contents?: true

Size: 513 Bytes

Versions: 11

Compression:

Stored size: 513 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_cocca2'


module Whois
  class Record
    class Parser

      # Parser for the whois.tld.sy server.
      #
      # @see Whois::Record::Parser::Example
      #   The Example parser for the list of all available methods.
      #
      class WhoisTldSy < BaseCocca2

        property_not_supported :updated_on

      end

    end
  end
end

Version data entries

11 entries across 11 versions & 1 rubygems

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