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.
16 17 18 |
# File 'lib/dnsimple/struct/tld.rb', line 16 def auto_renew_only @auto_renew_only end |
#dnssec_interface_type ⇒ String?
Returns Type of data interface required for DNSSEC for this TLD.
34 35 36 |
# File 'lib/dnsimple/struct/tld.rb', line 34 def dnssec_interface_type @dnssec_interface_type end |
#idn ⇒ Boolean
Returns True if IDN is available.
19 20 21 |
# File 'lib/dnsimple/struct/tld.rb', line 19 def idn @idn end |
#minimum_registration ⇒ Integer
Returns The minimum registration period, in years.
22 23 24 |
# File 'lib/dnsimple/struct/tld.rb', line 22 def minimum_registration @minimum_registration end |
#registration_enabled ⇒ Boolean
Returns True if DNSimple supports registrations for this TLD.
25 26 27 |
# File 'lib/dnsimple/struct/tld.rb', line 25 def registration_enabled @registration_enabled end |
#renewal_enabled ⇒ Boolean
Returns True if DNSimple supports renewals for this TLD.
28 29 30 |
# File 'lib/dnsimple/struct/tld.rb', line 28 def renewal_enabled @renewal_enabled end |
#tld ⇒ String
Returns The TLD in DNSimple.
7 8 9 |
# File 'lib/dnsimple/struct/tld.rb', line 7 def tld @tld end |
#tld_type ⇒ Integer
Returns The TLD type.
10 11 12 |
# File 'lib/dnsimple/struct/tld.rb', line 10 def tld_type @tld_type end |
#transfer_enabled ⇒ Boolean
Returns True if DNSimple supports inbound transfers for this TLD.
31 32 33 |
# File 'lib/dnsimple/struct/tld.rb', line 31 def transfer_enabled @transfer_enabled end |
#whois_privacy ⇒ Boolean
Returns True if Whois Privacy Protection is available.
13 14 15 |
# File 'lib/dnsimple/struct/tld.rb', line 13 def whois_privacy @whois_privacy end |