Class: Shipping::FedExCloseService::NotificationSeverityType

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

Overview

href="http://fedex.com/ws/close/v2%7DNotificationSeverityType">http://fedex.com/ws/close/v2NotificationSeverityType

Constant Summary collapse

ERROR =
NotificationSeverityType.new("ERROR")
FAILURE =
NotificationSeverityType.new("FAILURE")
NOTE =
NotificationSeverityType.new("NOTE")
SUCCESS =
NotificationSeverityType.new("SUCCESS")
WARNING =
NotificationSeverityType.new("WARNING")