Class: Dnsimple::Struct::Tld
Instance Attribute Summary collapse
-
#auto_renew_only ⇒ Boolean
True if TLD requires use of auto-renewal for renewals.
-
#dnssec_interface_type ⇒ String?
Type of data interface required for DNSSEC for this TLD.
-
#idn ⇒ Boolean
True if IDN is available.
-
#minimum_registration ⇒ Integer
The minimum registration period, in years.
-
#registration_enabled ⇒ Boolean
True if DNSimple supports registrations for this TLD.
-
#renewal_enabled ⇒ Boolean
True if DNSimple supports renewals for this TLD.
-
#tld ⇒ String
The TLD in DNSimple.
-
#tld_type ⇒ Integer
The TLD type.
-
#transfer_enabled ⇒ Boolean
True if DNSimple supports inbound transfers for this TLD.
-
#whois_privacy ⇒ Boolean
True if Whois Privacy Protection is available.
Method Summary
Methods inherited from Base
Constructor Details
This class inherits a constructor from Dnsimple::Struct::Base
Instance Attribute Details
#auto_renew_only ⇒ Boolean
Returns True if TLD requires use of auto-renewal for renewals.
17 18 19 |
# File 'lib/dnsimple/struct/tld.rb', line 17 def auto_renew_only @auto_renew_only end |
#dnssec_interface_type ⇒ String?
Returns Type of data interface required for DNSSEC for this TLD.
35 36 37 |
# File 'lib/dnsimple/struct/tld.rb', line 35 def dnssec_interface_type @dnssec_interface_type end |
#idn ⇒ Boolean
Returns True if IDN is available.
20 21 22 |
# File 'lib/dnsimple/struct/tld.rb', line 20 def idn @idn end |
#minimum_registration ⇒ Integer
Returns The minimum registration period, in years.
23 24 25 |
# File 'lib/dnsimple/struct/tld.rb', line 23 def minimum_registration @minimum_registration end |
#registration_enabled ⇒ Boolean
Returns True if DNSimple supports registrations for this TLD.
26 27 28 |
# File 'lib/dnsimple/struct/tld.rb', line 26 def registration_enabled @registration_enabled end |
#renewal_enabled ⇒ Boolean
Returns True if DNSimple supports renewals for this TLD.
29 30 31 |
# File 'lib/dnsimple/struct/tld.rb', line 29 def renewal_enabled @renewal_enabled end |
#tld ⇒ String
Returns The TLD in DNSimple.
8 9 10 |
# File 'lib/dnsimple/struct/tld.rb', line 8 def tld @tld end |
#tld_type ⇒ Integer
Returns The TLD type.
11 12 13 |
# File 'lib/dnsimple/struct/tld.rb', line 11 def tld_type @tld_type end |
#transfer_enabled ⇒ Boolean
Returns True if DNSimple supports inbound transfers for this TLD.
32 33 34 |
# File 'lib/dnsimple/struct/tld.rb', line 32 def transfer_enabled @transfer_enabled end |
#whois_privacy ⇒ Boolean
Returns True if Whois Privacy Protection is available.
14 15 16 |
# File 'lib/dnsimple/struct/tld.rb', line 14 def whois_privacy @whois_privacy end |