Class: FedexWebServices::Soap::Rate::EMailLabelDetail
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Rate::EMailLabelDetail
- 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
-
#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.
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
#notificationEMailAddress ⇒ Object
Returns the value of attribute notificationEMailAddress.
967 968 969 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 967 def notificationEMailAddress @notificationEMailAddress end |
#notificationMessage ⇒ Object
Returns the value of attribute notificationMessage.
968 969 970 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 968 def notificationMessage @notificationMessage end |