Class: Dnsimple::Struct::WhoisPrivacyRenewal
- Defined in:
- lib/dnsimple/struct/whois_privacy_renewal.rb
Instance Attribute Summary collapse
-
#created_at ⇒ String
When the WHOIS Privacy was created in DNSimple.
-
#domain_id ⇒ Integer
The associated domain ID.
-
#enabled ⇒ Boolean
Whether the WHOIS Privacy is enabled for the domain.
-
#expires_on ⇒ String
The date the WHOIS Privacy will expire on.
-
#state ⇒ String
The WHOIS Privacy order state.
-
#updated_at ⇒ String
When the WHOIS Privacy was last updated in DNSimple.
-
#whois_privacy_id ⇒ Integer
The associated WHOIS Privacy ID.
Method Summary
Methods inherited from Base
Constructor Details
This class inherits a constructor from Dnsimple::Struct::Base
Instance Attribute Details
#created_at ⇒ String
Returns When the WHOIS Privacy was created in DNSimple.
21 22 23 |
# File 'lib/dnsimple/struct/whois_privacy_renewal.rb', line 21 def created_at @created_at end |
#domain_id ⇒ Integer
Returns The associated domain ID.
6 7 8 |
# File 'lib/dnsimple/struct/whois_privacy_renewal.rb', line 6 def domain_id @domain_id end |
#enabled ⇒ Boolean
Returns Whether the WHOIS Privacy is enabled for the domain.
15 16 17 |
# File 'lib/dnsimple/struct/whois_privacy_renewal.rb', line 15 def enabled @enabled end |
#expires_on ⇒ String
Returns The date the WHOIS Privacy will expire on.
18 19 20 |
# File 'lib/dnsimple/struct/whois_privacy_renewal.rb', line 18 def expires_on @expires_on end |
#state ⇒ String
Returns The WHOIS Privacy order state.
12 13 14 |
# File 'lib/dnsimple/struct/whois_privacy_renewal.rb', line 12 def state @state end |
#updated_at ⇒ String
Returns When the WHOIS Privacy was last updated in DNSimple.
24 25 26 |
# File 'lib/dnsimple/struct/whois_privacy_renewal.rb', line 24 def updated_at @updated_at end |
#whois_privacy_id ⇒ Integer
Returns The associated WHOIS Privacy ID.
9 10 11 |
# File 'lib/dnsimple/struct/whois_privacy_renewal.rb', line 9 def whois_privacy_id @whois_privacy_id end |