lib/dnsimple/struct/contact.rb in dnsimple-8.7.1 vs lib/dnsimple/struct/contact.rb in dnsimple-8.8.0
- old
+ new
@@ -1,11 +1,11 @@
# frozen_string_literal: true
module Dnsimple
module Struct
-
class Contact < Base
+
# @return [Integer] The contact ID in DNSimple.
attr_accessor :id
# @return [Integer] The associated account ID.
attr_accessor :account_id
@@ -55,9 +55,9 @@
# @return [String] When the contact was created in DNSimple.
attr_accessor :created_at
# @return [String] When the contact was last updated in DNSimple.
attr_accessor :updated_at
- end
+ end
end
end