Class: AdCenterWrapper::UserNameReminderNotification
- Inherits:
-
UserNotification
- Object
- Notification
- UserNotification
- AdCenterWrapper::UserNameReminderNotification
- Defined in:
- lib/adcenter_wrapper_entities.rb
Overview
http://adcenter.microsoft.com/syncapisUserNameReminderNotification
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) ⇒ UserNameReminderNotification
constructor
A new instance of UserNameReminderNotification.
Constructor Details
#initialize(notificationType = nil, customerId = nil, userLocale = nil, recipientEmailAddress = nil, notificationDate = nil, userId = nil, userName = nil, activationCode = nil) ⇒ UserNameReminderNotification
Returns a new instance of UserNameReminderNotification.
7960 7961 7962 7963 7964 7965 7966 7967 7968 7969 |
# File 'lib/adcenter_wrapper_entities.rb', line 7960 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.
7958 7959 7960 |
# File 'lib/adcenter_wrapper_entities.rb', line 7958 def activationCode @activationCode end |
#customerId ⇒ Object
Returns the value of attribute customerId.
7952 7953 7954 |
# File 'lib/adcenter_wrapper_entities.rb', line 7952 def customerId @customerId end |
#notificationDate ⇒ Object
Returns the value of attribute notificationDate.
7955 7956 7957 |
# File 'lib/adcenter_wrapper_entities.rb', line 7955 def notificationDate @notificationDate end |
#notificationType ⇒ Object
Returns the value of attribute notificationType.
7951 7952 7953 |
# File 'lib/adcenter_wrapper_entities.rb', line 7951 def notificationType @notificationType end |
#recipientEmailAddress ⇒ Object
Returns the value of attribute recipientEmailAddress.
7954 7955 7956 |
# File 'lib/adcenter_wrapper_entities.rb', line 7954 def recipientEmailAddress @recipientEmailAddress end |
#userId ⇒ Object
Returns the value of attribute userId.
7956 7957 7958 |
# File 'lib/adcenter_wrapper_entities.rb', line 7956 def userId @userId end |
#userLocale ⇒ Object
Returns the value of attribute userLocale.
7953 7954 7955 |
# File 'lib/adcenter_wrapper_entities.rb', line 7953 def userLocale @userLocale end |
#userName ⇒ Object
Returns the value of attribute userName.
7957 7958 7959 |
# File 'lib/adcenter_wrapper_entities.rb', line 7957 def userName @userName end |