Sha256: 36741c32fcf07c77be0d0b524591136b62feba3df74a0ed03933b0c3e5554a34
Contents?: true
Size: 416 Bytes
Versions: 1
Compression:
Stored size: 416 Bytes
Contents
module EskomSePush module Constants BASE_URI = "https://developer.sepush.co.za/business/2.0/" HISTORY_URL = "https://docs.google.com/spreadsheets/d/1ZpX_twP8sFBOAU6t--Vvh1pWMYSvs60UXINuD5n-K08/export?usp=sharing&format=csv" BASE_PORT = 80 CONTENT_TYPE = 'application/json' FREE_LIMIT = 50 AREAS_SEARCH_FREE_COST = 5 AREAS_NEARBY_FREE_COST = 5 TOPICS_NEARBY_FREE_COST = 5 end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
EskomSePush-0.0.4 | lib/eskom_se_push/constants.rb |