Class: FedexWebServices::Soap::Rate::EMailLabelDetail

Inherits:
Object
  • Object
show all
Defined in:
lib/fedex_web_services/soap/RateServiceDefinitions.rb

Overview

http://fedex.com/ws/rate/v13EMailLabelDetail

notificationEMailAddress - SOAP::SOAPString
notificationMessage - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(notificationEMailAddress = nil, notificationMessage = nil) ⇒ EMailLabelDetail

Returns a new instance of EMailLabelDetail.



970
971
972
973
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 970

def initialize(notificationEMailAddress = nil, notificationMessage = nil)
  @notificationEMailAddress = notificationEMailAddress
  @notificationMessage = notificationMessage
end

Instance Attribute Details

#notificationEMailAddressObject

Returns the value of attribute notificationEMailAddress.



967
968
969
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 967

def notificationEMailAddress
  @notificationEMailAddress
end

#notificationMessageObject

Returns the value of attribute notificationMessage.



968
969
970
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 968

def notificationMessage
  @notificationMessage
end