Class: FedexWebServices::Soap::Rate::NotificationSeverityType
- Inherits:
-
String
- Object
- String
- FedexWebServices::Soap::Rate::NotificationSeverityType
- Defined in:
- lib/fedex_web_services/soap/RateServiceDefinitions.rb
Overview
http://fedex.com/ws/rate/v13NotificationSeverityType
Constant Summary collapse
- ERROR =
new("ERROR")
- FAILURE =
new("FAILURE")
- NOTE =
new("NOTE")
- SUCCESS =
new("SUCCESS")
- WARNING =
new("WARNING")