Class: Dnsimple::Struct::WhoisPrivacyRenewal

Inherits:
Base
  • Object
show all
Defined in:
lib/dnsimple/struct/whois_privacy_renewal.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from Dnsimple::Struct::Base

Instance Attribute Details

#created_atString

Returns When the WHOIS Privacy was created in DNSimple.

Returns:

  • (String)

    When the WHOIS Privacy was created in DNSimple.



23
24
25
# File 'lib/dnsimple/struct/whois_privacy_renewal.rb', line 23

def created_at
  @created_at
end

#domain_idInteger

Returns The associated domain ID.

Returns:

  • (Integer)

    The associated domain ID.



8
9
10
# File 'lib/dnsimple/struct/whois_privacy_renewal.rb', line 8

def domain_id
  @domain_id
end

#enabledBoolean

Returns Whether the WHOIS Privacy is enabled for the domain.

Returns:

  • (Boolean)

    Whether the WHOIS Privacy is enabled for the domain.



17
18
19
# File 'lib/dnsimple/struct/whois_privacy_renewal.rb', line 17

def enabled
  @enabled
end

#expires_onString

Returns The date the WHOIS Privacy will expire on.

Returns:

  • (String)

    The date the WHOIS Privacy will expire on.



20
21
22
# File 'lib/dnsimple/struct/whois_privacy_renewal.rb', line 20

def expires_on
  @expires_on
end

#stateString

Returns The WHOIS Privacy order state.

Returns:

  • (String)

    The WHOIS Privacy order state.



14
15
16
# File 'lib/dnsimple/struct/whois_privacy_renewal.rb', line 14

def state
  @state
end

#updated_atString

Returns When the WHOIS Privacy was last updated in DNSimple.

Returns:

  • (String)

    When the WHOIS Privacy was last updated in DNSimple.



26
27
28
# File 'lib/dnsimple/struct/whois_privacy_renewal.rb', line 26

def updated_at
  @updated_at
end

#whois_privacy_idInteger

Returns The associated WHOIS Privacy ID.

Returns:

  • (Integer)

    The associated WHOIS Privacy ID.



11
12
13
# File 'lib/dnsimple/struct/whois_privacy_renewal.rb', line 11

def whois_privacy_id
  @whois_privacy_id
end