Module: SimpleShipping

Extended by:
ActiveSupport::Autoload
Defined in:
lib/simple_shipping.rb,
lib/simple_shipping/party.rb,
lib/simple_shipping/address.rb,
lib/simple_shipping/contact.rb,
lib/simple_shipping/package.rb,
lib/simple_shipping/shipment.rb,
lib/simple_shipping/exceptions.rb,
lib/simple_shipping/abstract/model.rb,
lib/simple_shipping/abstract/client.rb,
lib/simple_shipping/abstract/builder.rb,
lib/simple_shipping/abstract/request.rb,
lib/simple_shipping/abstract/response.rb

Overview

Namespace for SimpleShipping library.

Defined Under Namespace

Modules: Abstract, Fedex, Ups Classes: Address, Contact, Demo, Error, NoLabelError, Package, Party, RequestError, Shipment, ValidationError

Constant Summary collapse

WSDL_DIR =

Path to the directory with WDSL files.

File.expand_path("../../wsdl", __FILE__)