shipping / 1.0.0
| Short description: | Interface to APIs of various shippers including UPS and FedEx | |||||
|---|---|---|---|---|---|---|
| Category: | Library/e-commerce | |||||
| Status: | stable | |||||
| Created: | 2005-04-27 21:54:08 GMT | |||||
| Last update: | 2005-04-27 21:54:08 GMT | |||||
| Owner: | Lucas Carlson (Projects of this owner) | |||||
| Homepage: | http://shipping.rufy.com/ | |||||
| Download: | http://rubyforge.org/projects/shipping/ | |||||
| License: | LGPL | |||||
| Dependency: |
|
|||||
| Description: | Shipping is a module that connects APIs for various shippers like UPS and FedEx. With it, you can do things like this:
ship = Shipping::Base.new :zip => 97202, :state => "OR", :sender_zip => 10001, :weight => 2
ship.ups.price => 8.77
ship.fedex.price => 5.17
ship.city = "Portland"
ship.ups.valid_address? => true
|
|||||