Class: AdCenterWrapper::NewUserAddedNotification
- Inherits:
-
UserNotification
- Object
- Notification
- UserNotification
- AdCenterWrapper::NewUserAddedNotification
- Defined in:
- lib/adcenter_wrapper_entities.rb
Overview
http://adcenter.microsoft.com/syncapisNewUserAddedNotification
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) ⇒ NewUserAddedNotification
constructor
A new instance of NewUserAddedNotification.
Constructor Details
#initialize(notificationType = nil, customerId = nil, userLocale = nil, recipientEmailAddress = nil, notificationDate = nil, userId = nil, userName = nil, activationCode = nil) ⇒ NewUserAddedNotification
Returns a new instance of NewUserAddedNotification.
8022 8023 8024 8025 8026 8027 8028 8029 8030 8031 |
# File 'lib/adcenter_wrapper_entities.rb', line 8022 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.
8020 8021 8022 |
# File 'lib/adcenter_wrapper_entities.rb', line 8020 def activationCode @activationCode end |
#customerId ⇒ Object
Returns the value of attribute customerId.
8014 8015 8016 |
# File 'lib/adcenter_wrapper_entities.rb', line 8014 def customerId @customerId end |
#notificationDate ⇒ Object
Returns the value of attribute notificationDate.
8017 8018 8019 |
# File 'lib/adcenter_wrapper_entities.rb', line 8017 def notificationDate @notificationDate end |
#notificationType ⇒ Object
Returns the value of attribute notificationType.
8013 8014 8015 |
# File 'lib/adcenter_wrapper_entities.rb', line 8013 def notificationType @notificationType end |
#recipientEmailAddress ⇒ Object
Returns the value of attribute recipientEmailAddress.
8016 8017 8018 |
# File 'lib/adcenter_wrapper_entities.rb', line 8016 def recipientEmailAddress @recipientEmailAddress end |
#userId ⇒ Object
Returns the value of attribute userId.
8018 8019 8020 |
# File 'lib/adcenter_wrapper_entities.rb', line 8018 def userId @userId end |
#userLocale ⇒ Object
Returns the value of attribute userLocale.
8015 8016 8017 |
# File 'lib/adcenter_wrapper_entities.rb', line 8015 def userLocale @userLocale end |
#userName ⇒ Object
Returns the value of attribute userName.
8019 8020 8021 |
# File 'lib/adcenter_wrapper_entities.rb', line 8019 def userName @userName end |