Skip to content

Commit

Permalink
Cleanup: remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
ggalmazor committed Jan 26, 2024
1 parent 9206864 commit 7f452d9
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions lib/dnsimple/struct/dns_analytics.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,6 @@ class DnsAnalytics < Base
# @return [String] The zone name
attr_accessor :zone

def self.from(attributes)
attributes.each do |key, value|
if key == 'data'
# cocotero
else
m = :"#{key}="
send(m, value) if respond_to?(m)
end
end
end

end
end
end

0 comments on commit 7f452d9

Please sign in to comment.