Class: Dnsimple::Struct::RegistrantChange

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

#account_idInteger

Returns The associated account ID.

Returns:

  • (Integer)

    The associated account ID.



10
11
12
# File 'lib/dnsimple/struct/registrant_change.rb', line 10

def 
  @account_id
end

#contact_idInteger

Returns The associated contact ID.

Returns:

  • (Integer)

    The associated contact ID.



13
14
15
# File 'lib/dnsimple/struct/registrant_change.rb', line 13

def contact_id
  @contact_id
end

#created_atString

Returns When the registrant change was created in DNSimple.

Returns:

  • (String)

    When the registrant change was created in DNSimple.



31
32
33
# File 'lib/dnsimple/struct/registrant_change.rb', line 31

def created_at
  @created_at
end

#domain_idInteger

Returns The associated domain ID.

Returns:

  • (Integer)

    The associated domain ID.



16
17
18
# File 'lib/dnsimple/struct/registrant_change.rb', line 16

def domain_id
  @domain_id
end

#extended_attributesHash

Returns The extended attributes.

Returns:

  • (Hash)

    The extended attributes.



22
23
24
# File 'lib/dnsimple/struct/registrant_change.rb', line 22

def extended_attributes
  @extended_attributes
end

#idInteger

Returns The registrant change ID in DNSimple.

Returns:

  • (Integer)

    The registrant change ID in DNSimple.



7
8
9
# File 'lib/dnsimple/struct/registrant_change.rb', line 7

def id
  @id
end

#irt_lock_lifted_byString

Returns When the Inter-Registrar Transfer lock (60 days) is going to be lifted.

Returns:

  • (String)

    When the Inter-Registrar Transfer lock (60 days) is going to be lifted.



28
29
30
# File 'lib/dnsimple/struct/registrant_change.rb', line 28

def irt_lock_lifted_by
  @irt_lock_lifted_by
end

#registry_owner_changeBoolean

Returns True if the registrant change is a registry owner change.

Returns:

  • (Boolean)

    True if the registrant change is a registry owner change.



25
26
27
# File 'lib/dnsimple/struct/registrant_change.rb', line 25

def registry_owner_change
  @registry_owner_change
end

#stateString

Returns The registrant change state.

Returns:

  • (String)

    The registrant change state.



19
20
21
# File 'lib/dnsimple/struct/registrant_change.rb', line 19

def state
  @state
end

#updated_atString

Returns When the registrant change was last updated in DNSimple.

Returns:

  • (String)

    When the registrant change was last updated in DNSimple.



34
35
36
# File 'lib/dnsimple/struct/registrant_change.rb', line 34

def updated_at
  @updated_at
end