Class: Dnsimple::Struct::WhoisPrivacy
- Defined in:
- lib/dnsimple/struct/whois_privacy.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.
-
#updated_at ⇒ String
When the whois privacy was last updated in DNSimple.
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.
16 17 18 |
# File 'lib/dnsimple/struct/whois_privacy.rb', line 16 def created_at @created_at end |
#domain_id ⇒ Integer
Returns The associated domain ID.
7 8 9 |
# File 'lib/dnsimple/struct/whois_privacy.rb', line 7 def domain_id @domain_id end |
#enabled ⇒ Boolean
Returns Whether the whois privacy is enabled for the domain.
10 11 12 |
# File 'lib/dnsimple/struct/whois_privacy.rb', line 10 def enabled @enabled end |
#expires_on ⇒ String
Returns The date the whois privacy will expire on.
13 14 15 |
# File 'lib/dnsimple/struct/whois_privacy.rb', line 13 def expires_on @expires_on end |
#updated_at ⇒ String
Returns When the whois privacy was last updated in DNSimple.
19 20 21 |
# File 'lib/dnsimple/struct/whois_privacy.rb', line 19 def updated_at @updated_at end |