Class: Dnsimple::Struct::DomainRegistration

Inherits:
Base
  • Object
show all
Defined in:
lib/dnsimple/struct/domain_registration.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

#auto_renewBool

Returns True if the domain auto-renew was requested.

Returns:

  • (Bool)

    True if the domain auto-renew was requested.



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

def auto_renew
  @auto_renew
end

#created_atString

Returns When the domain renewal was created in DNSimple.

Returns:

  • (String)

    When the domain renewal was created in DNSimple.



29
30
31
# File 'lib/dnsimple/struct/domain_registration.rb', line 29

def created_at
  @created_at
end

#domain_idInteger

Returns The associated domain ID.

Returns:

  • (Integer)

    The associated domain ID.



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

def domain_id
  @domain_id
end

#idInteger

Returns The domain registration ID in DNSimple.

Returns:

  • (Integer)

    The domain registration ID in DNSimple.



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

def id
  @id
end

#periodInteger

Returns The number of years the domain was registered for.

Returns:

  • (Integer)

    The number of years the domain was registered for.



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

def period
  @period
end

#registrant_idInteger

Returns The associated registrant (contact) ID.

Returns:

  • (Integer)

    The associated registrant (contact) ID.



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

def registrant_id
  @registrant_id
end

#stateString

Returns The state of the renewal.

Returns:

  • (String)

    The state of the renewal.



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

def state
  @state
end

#updated_atString

Returns When the domain renewal was last updated in DNSimple.

Returns:

  • (String)

    When the domain renewal was last updated in DNSimple.



32
33
34
# File 'lib/dnsimple/struct/domain_registration.rb', line 32

def updated_at
  @updated_at
end

#whois_privacyBool

Returns True if the domain WHOIS privacy was requested.

Returns:

  • (Bool)

    True if the domain WHOIS privacy was requested.



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

def whois_privacy
  @whois_privacy
end