Class: Shipping::FedExShipService::EMailNotificationFormatType

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

Overview

href="http://fedex.com/ws/ship/v7%7DEMailNotificationFormatType">http://fedex.com/ws/ship/v7EMailNotificationFormatType

Constant Summary collapse

HTML =
EMailNotificationFormatType.new("HTML")
TEXT =
EMailNotificationFormatType.new("TEXT")
WIRELESS =
EMailNotificationFormatType.new("WIRELESS")