Module: USPS::Response

Defined in:
lib/usps/response/address_standardization.rb,
lib/usps/response.rb,
lib/usps/response/base.rb,
lib/usps/response/tracking_lookup.rb,
lib/usps/response/city_and_state_lookup.rb,
lib/usps/response/delivery_confirmation.rb,
lib/usps/response/tracking_field_lookup.rb

Overview

TODO: AddressStandardization can handle up to 5 addresses at once and each

can be valid or error out. Currently the system raises an exception if any
are invalid. The error should be by address.

Defined Under Namespace

Classes: AddressStandardization, Base, CityAndStateLookup, DeliveryConfirmation, TrackingFieldLookup, TrackingLookup