Displaying 1 result from an estimated 1 matches for "fedex_url".
2005 Apr 27
1
Ruby Shipping
...at will persist for all shipments. For 
example, you will not want to repeat the fedex account number every 
time in your implementation code. To set default values, setup a file 
called .shipping.yml in the home directory of the user who will be 
using this library. An example file would be:
     fedex_url: https://url/to/fedex/api
     fedex_account: 1234556
     fedex_meter: 387878
     ups_account: 7B4F74E3075AEEFF
     ups_user: username
     ups_password: password
You can set as many default values as you would like in this file.
     require ''shipping''
     ups = Shipping:...