Class: Dnsimple::Struct::Tld
Instance Attribute Summary collapse
-
#auto_renew_only ⇒ Boolean
True if TLD requires use of auto-renewal for renewals.
-
#idn ⇒ Boolean
True if IDN is available.
-
#tld ⇒ String
The TLD in DNSimple.
-
#tld_type ⇒ Fixnum
The TLD type.
-
#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
15 16 17 |
# File 'lib/dnsimple/struct/tld.rb', line 15 def auto_renew_only @auto_renew_only end |
#idn ⇒ Boolean
18 19 20 |
# File 'lib/dnsimple/struct/tld.rb', line 18 def idn @idn end |
#tld ⇒ String
6 7 8 |
# File 'lib/dnsimple/struct/tld.rb', line 6 def tld @tld end |
#tld_type ⇒ Fixnum
9 10 11 |
# File 'lib/dnsimple/struct/tld.rb', line 9 def tld_type @tld_type end |
#whois_privacy ⇒ Boolean
12 13 14 |
# File 'lib/dnsimple/struct/tld.rb', line 12 def whois_privacy @whois_privacy end |