Class: Dnsimple::Struct::RegistrantChange
- Defined in:
- lib/dnsimple/struct/registrant_change.rb
Instance Attribute Summary collapse
-
#account_id ⇒ Integer
The associated account ID.
-
#contact_id ⇒ Integer
The associated contact ID.
-
#created_at ⇒ String
When the registrant change was created in DNSimple.
-
#domain_id ⇒ Integer
The associated domain ID.
-
#extended_attributes ⇒ Hash
The extended attributes.
-
#id ⇒ Integer
The registrant change ID in DNSimple.
-
#irt_lock_lifted_by ⇒ String
When the Inter-Registrar Transfer lock (60 days) is going to be lifted.
-
#registry_owner_change ⇒ Boolean
True if the registrant change is a registry owner change.
-
#state ⇒ String
The registrant change state.
-
#updated_at ⇒ String
When the registrant change 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
#account_id ⇒ Integer
Returns The associated account ID.
11 12 13 |
# File 'lib/dnsimple/struct/registrant_change.rb', line 11 def account_id @account_id end |
#contact_id ⇒ Integer
Returns The associated contact ID.
14 15 16 |
# File 'lib/dnsimple/struct/registrant_change.rb', line 14 def contact_id @contact_id end |
#created_at ⇒ String
Returns When the registrant change was created in DNSimple.
32 33 34 |
# File 'lib/dnsimple/struct/registrant_change.rb', line 32 def created_at @created_at end |
#domain_id ⇒ Integer
Returns The associated domain ID.
17 18 19 |
# File 'lib/dnsimple/struct/registrant_change.rb', line 17 def domain_id @domain_id end |
#extended_attributes ⇒ Hash
Returns The extended attributes.
23 24 25 |
# File 'lib/dnsimple/struct/registrant_change.rb', line 23 def extended_attributes @extended_attributes end |
#id ⇒ Integer
Returns The registrant change ID in DNSimple.
8 9 10 |
# File 'lib/dnsimple/struct/registrant_change.rb', line 8 def id @id end |
#irt_lock_lifted_by ⇒ String
Returns When the Inter-Registrar Transfer lock (60 days) is going to be lifted.
29 30 31 |
# File 'lib/dnsimple/struct/registrant_change.rb', line 29 def irt_lock_lifted_by @irt_lock_lifted_by end |
#registry_owner_change ⇒ Boolean
Returns True if the registrant change is a registry owner change.
26 27 28 |
# File 'lib/dnsimple/struct/registrant_change.rb', line 26 def registry_owner_change @registry_owner_change end |
#state ⇒ String
Returns The registrant change state.
20 21 22 |
# File 'lib/dnsimple/struct/registrant_change.rb', line 20 def state @state end |
#updated_at ⇒ String
Returns When the registrant change was last updated in DNSimple.
35 36 37 |
# File 'lib/dnsimple/struct/registrant_change.rb', line 35 def updated_at @updated_at end |