Class: Shipping::FedExShipService::NotificationSeverityType
- Inherits:
-
String
- Object
- String
- Shipping::FedExShipService::NotificationSeverityType
- Defined in:
- app/services/shipping/fed_ex_ship_service.rb
Overview
href="http://fedex.com/ws/ship/v7%7DNotificationSeverityType">http://fedex.com/ws/ship/v7NotificationSeverityType
Constant Summary collapse
- ERROR =
NotificationSeverityType.new("ERROR")
- FAILURE =
NotificationSeverityType.new("FAILURE")
- NOTE =
NotificationSeverityType.new("NOTE")
- SUCCESS =
NotificationSeverityType.new("SUCCESS")
- WARNING =
NotificationSeverityType.new("WARNING")