Class: TLD::ReservedTld

Inherits:
TLD
  • Object
show all
Defined in:
lib/tld/reserved_tld.rb

Direct Known Subclasses

EXAMPLE, INVALID, LOCALHOST, TEST

Defined Under Namespace

Classes: EXAMPLE, INVALID, LOCALHOST, TEST

Constant Summary

Constants inherited from TLD

MAP

Instance Method Summary collapse

Methods inherited from TLD

all, alpha3, #alpha3, currencies, #currencies, #currency, find, has_valid_tld?, inherited, #main_currency, main_currency, #name, name, #tld, #to_s, valid?

Instance Method Details

#typeObject



3
4
5
# File 'lib/tld/reserved_tld.rb', line 3

def type
  :reserved
end