Sha256: 89e0cce32d48188e2dbaba46bcaa6939a80027f1010bf07e1e93f02b832f3c1c

Contents?: true

Size: 517 Bytes

Versions: 4

Compression:

Stored size: 517 Bytes

Contents

# frozen_string_literal: true

module Dnsimple
  module Struct

    class RegistrantChangeCheck < Base
      # @return [Integer] The associated contact ID.
      attr_accessor :contact_id

      # @return [Integer] The associated domain ID.
      attr_accessor :domain_id

      # @return [Array<Hash>] The extended attributes.
      attr_accessor :extended_attributes

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

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
dnsimple-8.7.1 lib/dnsimple/struct/registrant_change_check.rb
dnsimple-8.7.0 lib/dnsimple/struct/registrant_change_check.rb
dnsimple-8.6.0 lib/dnsimple/struct/registrant_change_check.rb
dnsimple-8.5.0 lib/dnsimple/struct/registrant_change_check.rb