module KfcConfig
Constants
- API_BASE
- MAX_MENU_ITEMS
- MAX_PROMO_ITEMS
- MENU_PARAGRAPH_MAX_BYTES
- PLUGIN_NAME
- USER_AGENT
Public Instance Methods
Source
# File lib/kfc_config.rb, line 15 def stores_url(location) "#{API_BASE}/stores?location=#{CGI.escape(location.to_s)}" end