class FedexWebServices::Soap::Ship::EMailLabelDetail
{fedex.com/ws/ship/v12}EMailLabelDetail
notificationEMailAddress - SOAP::SOAPString notificationMessage - SOAP::SOAPString
Attributes
notificationEMailAddress[RW]
notificationMessage[RW]
Public Class Methods
new(notificationEMailAddress = nil, notificationMessage = nil)
click to toggle source
# File lib/fedex_web_services/soap/ShipServiceDefinitions.rb, line 1310 def initialize(notificationEMailAddress = nil, notificationMessage = nil) @notificationEMailAddress = notificationEMailAddress @notificationMessage = notificationMessage end