Sha256: 4f4519c48976b1c8346c22ef995e0e5dc4db1e1911911249e6badac805829bc2
Contents?: true
Size: 510 Bytes
Versions: 2
Compression:
Stored size: 510 Bytes
Contents
Expedia.setup do |config| config.cid = 55505 # your cid once you go live. config.api_key = 'your_api_key' config.shared_secret = 'your_shared_secret' config.locale = 'en_US' # For Example 'de_DE'. Default is 'en_US' config.currency_code = 'USD' # For Example 'EUR'. Default is 'USD' config.minor_rev = 28 # between 4-28 as of Jan 2015. If not set, 4 is used by EAN. # optional configurations... config.timeout = 1 # read timeout in sec config.open_timeout = 1 # connection timeout in sec end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
expedia-0.0.6 | lib/generators/templates/expedia.txt |
expedia-0.0.5 | lib/generators/templates/expedia.txt |