This commit is contained in:
Dan Milne
2019-10-21 21:24:41 +11:00
parent cdaf16ec8a
commit 5a7b39b0bf

View File

@@ -13,7 +13,7 @@ module Paapi
end end
def listings def listings
get(['Offers', 'Listings']).map {|d| Listing.new(d)} get(['Offers', 'Listings'])&.map {|d| Listing.new(d)}
end end
def asin def asin