Module: ActiveShipping

Defined in:
lib/active_shipping/package.rb,
lib/active_shipping/errors.rb,
lib/active_shipping/carrier.rb,
lib/active_shipping/version.rb,
lib/active_shipping/carriers.rb,
lib/active_shipping/location.rb,
lib/active_shipping/response.rb,
lib/active_shipping/carriers/ups.rb,
lib/active_shipping/carriers/usps.rb,
lib/active_shipping/rate_estimate.rb,
lib/active_shipping/rate_response.rb,
lib/active_shipping/carriers/fedex.rb,
lib/active_shipping/label_response.rb,
lib/active_shipping/shipment_event.rb,
lib/active_shipping/carriers/kunaki.rb,
lib/active_shipping/carriers/stamps.rb,
lib/active_shipping/shipment_packer.rb,
lib/active_shipping/carriers/correios.rb,
lib/active_shipping/carriers/shipwire.rb,
lib/active_shipping/shipping_response.rb,
lib/active_shipping/tracking_response.rb,
lib/active_shipping/carriers/canada_post.rb,
lib/active_shipping/carriers/bogus_carrier.rb,
lib/active_shipping/delivery_date_estimate.rb,
lib/active_shipping/carriers/canada_post_pws.rb,
lib/active_shipping/carriers/new_zealand_post.rb,
lib/active_shipping/carriers/benchmark_carrier.rb,
lib/active_shipping/delivery_date_estimates_response.rb

Overview

The time a 3rd-party shipping provider takes to respond to a request varies greatly. This class simulates these unpredictable delays in shipping rate retrieval so that load-testing tools run into situations that more accurately reflect the real world.

Defined Under Namespace

Modules: CPPWSErrorResponse, Carriers Classes: BenchmarkCarrier, BogusCarrier, CPPWSMerchantDetailsResponse, CPPWSRateResponse, CPPWSRegisterResponse, CPPWSShippingResponse, CPPWSTrackingResponse, CanadaPost, CanadaPostPWS, Carrier, Correios, DeliveryDateEstimate, DeliveryDateEstimatesResponse, Error, FedEx, InvalidPinFormatError, Kunaki, LabelResponse, Location, MissingCustomerNumberError, MissingShippingNumberError, MissingTokenIdError, NewZealandPost, Package, PackageItem, RateEstimate, RateResponse, Response, ResponseContentError, ResponseError, ShipmentEvent, ShipmentNotFound, ShipmentPacker, ShippingResponse, Shipwire, Stamps, StampsAccountInfoResponse, StampsCleanseAddressResponse, StampsPurchasePostageResponse, StampsRateEstimate, StampsShippingResponse, TrackingResponse, UPS, USPS

Constant Summary collapse

VERSION =
"1.1.2"