Sha256: a7203fd2e9d3ef35921d24b69ab31e91982792f5e0b7f729bf7759ce18c3cb1d
Contents?: true
Size: 437 Bytes
Versions: 4
Compression:
Stored size: 437 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=' end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
goodwill-0.1.4 | lib/goodwill/urlpaths.rb |
goodwill-0.1.3 | lib/goodwill/urlpaths.rb |
goodwill-0.1.2 | lib/goodwill/urlpaths.rb |
goodwill-0.1.0 | lib/goodwill/urlpaths.rb |