Class: AdCenterWrapper::UserNotification
- Inherits:
-
Notification
- Object
- Notification
- AdCenterWrapper::UserNotification
- Defined in:
- lib/adcenter_wrapper_entities.rb
Overview
http://adcenter.microsoft.com/syncapisUserNotification abstract
notificationType - AdCenterWrapper::NotificationType
customerId - SOAP::SOAPInt
userLocale - SOAP::SOAPString
recipientEmailAddress - SOAP::SOAPString
notificationDate - SOAP::SOAPDateTime
userId - SOAP::SOAPInt
userName - SOAP::SOAPString
activationCode - SOAP::SOAPString
Direct Known Subclasses
NewCustomerSignupNotification, NewUserAddedNotification, UserNameReminderNotification, UserPasswordResetNotification
Instance Attribute Summary collapse
-
#activationCode ⇒ Object
Returns the value of attribute activationCode.
-
#customerId ⇒ Object
Returns the value of attribute customerId.
-
#notificationDate ⇒ Object
Returns the value of attribute notificationDate.
-
#notificationType ⇒ Object
Returns the value of attribute notificationType.
-
#recipientEmailAddress ⇒ Object
Returns the value of attribute recipientEmailAddress.
-
#userId ⇒ Object
Returns the value of attribute userId.
-
#userLocale ⇒ Object
Returns the value of attribute userLocale.
-
#userName ⇒ Object
Returns the value of attribute userName.
Instance Method Summary collapse
-
#initialize(notificationType = nil, customerId = nil, userLocale = nil, recipientEmailAddress = nil, notificationDate = nil, userId = nil, userName = nil, activationCode = nil) ⇒ UserNotification
constructor
A new instance of UserNotification.
Constructor Details
#initialize(notificationType = nil, customerId = nil, userLocale = nil, recipientEmailAddress = nil, notificationDate = nil, userId = nil, userName = nil, activationCode = nil) ⇒ UserNotification
Returns a new instance of UserNotification.
7929 7930 7931 7932 7933 7934 7935 7936 7937 7938 |
# File 'lib/adcenter_wrapper_entities.rb', line 7929 def initialize(notificationType = nil, customerId = nil, userLocale = nil, recipientEmailAddress = nil, notificationDate = nil, userId = nil, userName = nil, activationCode = nil) @notificationType = notificationType @customerId = customerId @userLocale = userLocale @recipientEmailAddress = recipientEmailAddress @notificationDate = notificationDate @userId = userId @userName = userName @activationCode = activationCode end |
Instance Attribute Details
#activationCode ⇒ Object
Returns the value of attribute activationCode.
7927 7928 7929 |
# File 'lib/adcenter_wrapper_entities.rb', line 7927 def activationCode @activationCode end |
#customerId ⇒ Object
Returns the value of attribute customerId.
7921 7922 7923 |
# File 'lib/adcenter_wrapper_entities.rb', line 7921 def customerId @customerId end |
#notificationDate ⇒ Object
Returns the value of attribute notificationDate.
7924 7925 7926 |
# File 'lib/adcenter_wrapper_entities.rb', line 7924 def notificationDate @notificationDate end |
#notificationType ⇒ Object
Returns the value of attribute notificationType.
7920 7921 7922 |
# File 'lib/adcenter_wrapper_entities.rb', line 7920 def notificationType @notificationType end |
#recipientEmailAddress ⇒ Object
Returns the value of attribute recipientEmailAddress.
7923 7924 7925 |
# File 'lib/adcenter_wrapper_entities.rb', line 7923 def recipientEmailAddress @recipientEmailAddress end |
#userId ⇒ Object
Returns the value of attribute userId.
7925 7926 7927 |
# File 'lib/adcenter_wrapper_entities.rb', line 7925 def userId @userId end |
#userLocale ⇒ Object
Returns the value of attribute userLocale.
7922 7923 7924 |
# File 'lib/adcenter_wrapper_entities.rb', line 7922 def userLocale @userLocale end |
#userName ⇒ Object
Returns the value of attribute userName.
7926 7927 7928 |
# File 'lib/adcenter_wrapper_entities.rb', line 7926 def userName @userName end |