class FedexWebServices::Soap::Rate::EMailLabelDetail

{fedex.com/ws/rate/v13}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/RateServiceDefinitions.rb, line 970
def initialize(notificationEMailAddress = nil, notificationMessage = nil)
  @notificationEMailAddress = notificationEMailAddress
  @notificationMessage = notificationMessage
end