Class: Shipping::FedExShipService::TrackingIdType

Inherits:
String
  • Object
show all
Defined in:
app/services/shipping/fed_ex_ship_service.rb

Overview

href="http://fedex.com/ws/ship/v7%7DTrackingIdType">http://fedex.com/ws/ship/v7TrackingIdType

Constant Summary collapse

EXPRESS =
TrackingIdType.new("EXPRESS")
GROUND =
TrackingIdType.new("GROUND")
USPS =
TrackingIdType.new("USPS")