Class: FedexWebServices::Soap::Ship::EMailLabelDetail

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

Overview

http://fedex.com/ws/ship/v12EMailLabelDetail

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.



1310
1311
1312
1313
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1310

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

Instance Attribute Details

#notificationEMailAddressObject

Returns the value of attribute notificationEMailAddress.



1307
1308
1309
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1307

def notificationEMailAddress
  @notificationEMailAddress
end

#notificationMessageObject

Returns the value of attribute notificationMessage.



1308
1309
1310
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1308

def notificationMessage
  @notificationMessage
end