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 =

Express.

TrackingIdType.new("EXPRESS")
GROUND =

tracking id enum: ground.

TrackingIdType.new("GROUND")
USPS =

tracking id enum: usps.

TrackingIdType.new("USPS")