Class: FedexWebServices::Soap::Rate::EMailNotificationRecipient
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Rate::EMailNotificationRecipient
- Defined in:
- lib/fedex_web_services/soap/RateServiceDefinitions.rb
Overview
http://fedex.com/ws/rate/v13EMailNotificationRecipient
eMailNotificationRecipientType - FedexWebServices::Soap::Rate::EMailNotificationRecipientType
eMailAddress - SOAP::SOAPString
notificationEventsRequested - FedexWebServices::Soap::Rate::EMailNotificationEventType
format - FedexWebServices::Soap::Rate::EMailNotificationFormatType
localization - FedexWebServices::Soap::Rate::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.
1002 1003 1004 1005 1006 1007 1008 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1002 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.
997 998 999 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 997 def eMailAddress @eMailAddress end |
#eMailNotificationRecipientType ⇒ Object
Returns the value of attribute eMailNotificationRecipientType.
996 997 998 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 996 def eMailNotificationRecipientType @eMailNotificationRecipientType end |
#format ⇒ Object
Returns the value of attribute format.
999 1000 1001 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 999 def format @format end |
#localization ⇒ Object
Returns the value of attribute localization.
1000 1001 1002 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1000 def localization @localization end |
#notificationEventsRequested ⇒ Object
Returns the value of attribute notificationEventsRequested.
998 999 1000 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 998 def notificationEventsRequested @notificationEventsRequested end |