Class: Dnsimple::Struct::RegistrantChangeCheck

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

#contact_idInteger

Returns The associated contact ID.

Returns:

  • (Integer)

    The associated contact ID.



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

def contact_id
  @contact_id
end

#domain_idInteger

Returns The associated domain ID.

Returns:

  • (Integer)

    The associated domain ID.



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

def domain_id
  @domain_id
end

#extended_attributesArray<Hash>

Returns The extended attributes.

Returns:

  • (Array<Hash>)

    The extended attributes.



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

def extended_attributes
  @extended_attributes
end

#registry_owner_changeObject

# @return [Boolean] True if the registrant change is a registry owner change.



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

def registry_owner_change
  @registry_owner_change
end