Skip to content

Commit

Permalink
Remove premium_price field from response
Browse files Browse the repository at this point in the history
  • Loading branch information
weppos committed Dec 28, 2017
1 parent 3d692b9 commit 7115584
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
3 changes: 0 additions & 3 deletions lib/dnsimple/struct/domain_registration.rb
Expand Up @@ -23,9 +23,6 @@ class DomainRegistration < Base
# @return [Bool] True if the domain WHOIS privacy was requested.
attr_accessor :whois_privacy

# @return [String] The premium price requested for the registration.
attr_accessor :premium_price

# @return [String] When the domain renewal was created in DNSimple.
attr_accessor :created_at

Expand Down
3 changes: 0 additions & 3 deletions lib/dnsimple/struct/domain_renewal.rb
Expand Up @@ -14,9 +14,6 @@ class DomainRenewal < Base
# @return [String] The state of the renewal.
attr_accessor :state

# @return [String] The premium price requested for the renewal.
attr_accessor :premium_price

# @return [String] When the domain renewal was created in DNSimple.
attr_accessor :created_at

Expand Down
3 changes: 0 additions & 3 deletions lib/dnsimple/struct/domain_transfer.rb
Expand Up @@ -20,9 +20,6 @@ class DomainTransfer < Base
# @return [Bool] True if the domain WHOIS privacy was requested.
attr_accessor :whois_privacy

# @return [String] The premium price requested for the registration.
attr_accessor :premium_price

# @return [String] When the domain renewal was created in DNSimple.
attr_accessor :created_at

Expand Down

0 comments on commit 7115584

Please sign in to comment.