Class: FedexWebServices::Soap::Ship::EMailLabelDetail
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Ship::EMailLabelDetail
- 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
-
#notificationEMailAddress ⇒ Object
Returns the value of attribute notificationEMailAddress.
-
#notificationMessage ⇒ Object
Returns the value of attribute notificationMessage.
Instance Method Summary collapse
-
#initialize(notificationEMailAddress = nil, notificationMessage = nil) ⇒ EMailLabelDetail
constructor
A new instance of EMailLabelDetail.
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
#notificationEMailAddress ⇒ Object
Returns the value of attribute notificationEMailAddress.
1307 1308 1309 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1307 def notificationEMailAddress @notificationEMailAddress end |
#notificationMessage ⇒ Object
Returns the value of attribute notificationMessage.
1308 1309 1310 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1308 def notificationMessage @notificationMessage end |