Remove duplicate accessor

This commit is contained in:
Dan Milne
2019-10-07 16:07:02 +11:00
parent 842de6227f
commit b8a7d2aa8c

View File

@@ -77,10 +77,6 @@ module Paapi
contributors_of 'Publisher'
end
def release_date
get(%w{ItemInfo ReleaseDate})
end
def eans
get(%w{ItemInfo ExternalIds EANs DisplayValues})
end