Class: FedexWebServices::Soap::Ship::EMailNotificationRecipient
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Ship::EMailNotificationRecipient
- Defined in:
- lib/fedex_web_services/soap/ShipServiceDefinitions.rb
Overview
http://fedex.com/ws/ship/v12EMailNotificationRecipient
eMailNotificationRecipientType - FedexWebServices::Soap::Ship::EMailNotificationRecipientType
eMailAddress - SOAP::SOAPString
notificationEventsRequested - FedexWebServices::Soap::Ship::EMailNotificationEventType
format - FedexWebServices::Soap::Ship::EMailNotificationFormatType
localization - FedexWebServices::Soap::Ship::Localization
Instance Attribute Summary collapse
-
#eMailAddress ⇒ Object
Returns the value of attribute eMailAddress.
-
#eMailNotificationRecipientType ⇒ Object
Returns the value of attribute eMailNotificationRecipientType.
-
#format ⇒ Object
Returns the value of attribute format.
-
#localization ⇒ Object
Returns the value of attribute localization.
-
#notificationEventsRequested ⇒ Object
Returns the value of attribute notificationEventsRequested.
Instance Method Summary collapse
-
#initialize(eMailNotificationRecipientType = nil, eMailAddress = nil, notificationEventsRequested = [], format = nil, localization = nil) ⇒ EMailNotificationRecipient
constructor
A new instance of EMailNotificationRecipient.
Constructor Details
#initialize(eMailNotificationRecipientType = nil, eMailAddress = nil, notificationEventsRequested = [], format = nil, localization = nil) ⇒ EMailNotificationRecipient
Returns a new instance of EMailNotificationRecipient.
1345 1346 1347 1348 1349 1350 1351 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1345 def initialize(eMailNotificationRecipientType = nil, eMailAddress = nil, notificationEventsRequested = [], format = nil, localization = nil) @eMailNotificationRecipientType = eMailNotificationRecipientType @eMailAddress = eMailAddress @notificationEventsRequested = notificationEventsRequested @format = format @localization = localization end |
Instance Attribute Details
#eMailAddress ⇒ Object
Returns the value of attribute eMailAddress.
1340 1341 1342 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1340 def eMailAddress @eMailAddress end |
#eMailNotificationRecipientType ⇒ Object
Returns the value of attribute eMailNotificationRecipientType.
1339 1340 1341 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1339 def eMailNotificationRecipientType @eMailNotificationRecipientType end |
#format ⇒ Object
Returns the value of attribute format.
1342 1343 1344 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1342 def format @format end |
#localization ⇒ Object
Returns the value of attribute localization.
1343 1344 1345 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1343 def localization @localization end |
#notificationEventsRequested ⇒ Object
Returns the value of attribute notificationEventsRequested.
1341 1342 1343 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1341 def notificationEventsRequested @notificationEventsRequested end |