Class: AdCenterWrapper::UserPasswordResetNotification
- Inherits:
-
UserNotification
- Object
- Notification
- UserNotification
- AdCenterWrapper::UserPasswordResetNotification
- Defined in:
- lib/adcenter_wrapper_entities.rb
Overview
http://adcenter.microsoft.com/syncapisUserPasswordResetNotification
notificationType - AdCenterWrapper::NotificationType
customerId - SOAP::SOAPInt
userLocale - SOAP::SOAPString
recipientEmailAddress - SOAP::SOAPString
notificationDate - SOAP::SOAPDateTime
userId - SOAP::SOAPInt
userName - SOAP::SOAPString
activationCode - SOAP::SOAPString
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) ⇒ UserPasswordResetNotification
constructor
A new instance of UserPasswordResetNotification.
Constructor Details
#initialize(notificationType = nil, customerId = nil, userLocale = nil, recipientEmailAddress = nil, notificationDate = nil, userId = nil, userName = nil, activationCode = nil) ⇒ UserPasswordResetNotification
Returns a new instance of UserPasswordResetNotification.
7991 7992 7993 7994 7995 7996 7997 7998 7999 8000 |
# File 'lib/adcenter_wrapper_entities.rb', line 7991 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.
7989 7990 7991 |
# File 'lib/adcenter_wrapper_entities.rb', line 7989 def activationCode @activationCode end |
#customerId ⇒ Object
Returns the value of attribute customerId.
7983 7984 7985 |
# File 'lib/adcenter_wrapper_entities.rb', line 7983 def customerId @customerId end |
#notificationDate ⇒ Object
Returns the value of attribute notificationDate.
7986 7987 7988 |
# File 'lib/adcenter_wrapper_entities.rb', line 7986 def notificationDate @notificationDate end |
#notificationType ⇒ Object
Returns the value of attribute notificationType.
7982 7983 7984 |
# File 'lib/adcenter_wrapper_entities.rb', line 7982 def notificationType @notificationType end |
#recipientEmailAddress ⇒ Object
Returns the value of attribute recipientEmailAddress.
7985 7986 7987 |
# File 'lib/adcenter_wrapper_entities.rb', line 7985 def recipientEmailAddress @recipientEmailAddress end |
#userId ⇒ Object
Returns the value of attribute userId.
7987 7988 7989 |
# File 'lib/adcenter_wrapper_entities.rb', line 7987 def userId @userId end |
#userLocale ⇒ Object
Returns the value of attribute userLocale.
7984 7985 7986 |
# File 'lib/adcenter_wrapper_entities.rb', line 7984 def userLocale @userLocale end |
#userName ⇒ Object
Returns the value of attribute userName.
7988 7989 7990 |
# File 'lib/adcenter_wrapper_entities.rb', line 7988 def userName @userName end |