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 =

notification severity enum: error.

NotificationSeverityType.new("ERROR")
FAILURE =

notification severity enum: failure.

NotificationSeverityType.new("FAILURE")
NOTE =

notification severity enum: note.

NotificationSeverityType.new("NOTE")
SUCCESS =

notification severity enum: success.

NotificationSeverityType.new("SUCCESS")
WARNING =

notification severity enum: warning.

NotificationSeverityType.new("WARNING")