lib/dnsimple/struct/domain_transfer.rb in dnsimple-4.6.0 vs lib/dnsimple/struct/domain_transfer.rb in dnsimple-5.0.0
- old
+ new
@@ -1,5 +1,7 @@
+# frozen_string_literal: true
+
module Dnsimple
module Struct
class DomainTransfer < Base
# @return [Integer] The domain registration ID in DNSimple.
@@ -17,9 +19,12 @@
# @return [Bool] True if the domain auto-renew was requested.
attr_accessor :auto_renew
# @return [Bool] True if the domain WHOIS privacy was requested.
attr_accessor :whois_privacy
+
+ # @return [String,nil] The reason if transfer failed.
+ attr_accessor :status_description
# @return [String] When the domain renewal was created in DNSimple.
attr_accessor :created_at
# @return [String] When the domain renewal was last updated in DNSimple.