Sha256: 5d2cb16464aa22b049bad003e5eb617859efca871b99384d339621b651b7b3aa
Contents?: true
Size: 512 Bytes
Versions: 3
Compression:
Stored size: 512 Bytes
Contents
module Goodwill module URLPaths ITEM_SEARCH_URL = 'http://www.shopgoodwill.com/viewItem.asp?itemID=' LOGIN_URL = 'https://www.shopgoodwill.com/buyers/' OPEN_ORDERS_URL = 'https://www.shopgoodwill.com/buyers/myShop/AuctionsInProgress.asp' SEARCH_URL = 'http://www.shopgoodwill.com/search/SearchKey.asp?catid=0&sellerID=all&closed=no&minPrice=&maxPrice=&sortBy=itemEndTime&SortOrder=a&showthumbs=on&itemTitle=' SHIPPING_URL = 'https://www.shopgoodwill.com/itemShipChargeAction.asp' end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
goodwill-0.3.0 | lib/goodwill/urlpaths.rb |
goodwill-0.2.1 | lib/goodwill/urlpaths.rb |
goodwill-0.2.0 | lib/goodwill/urlpaths.rb |