Class: AdCenterWrapper::NewUserAddedNotification

Inherits:
UserNotification show all
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

Instance Method Summary collapse

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

#activationCodeObject

Returns the value of attribute activationCode.



8020
8021
8022
# File 'lib/adcenter_wrapper_entities.rb', line 8020

def activationCode
  @activationCode
end

#customerIdObject

Returns the value of attribute customerId.



8014
8015
8016
# File 'lib/adcenter_wrapper_entities.rb', line 8014

def customerId
  @customerId
end

#notificationDateObject

Returns the value of attribute notificationDate.



8017
8018
8019
# File 'lib/adcenter_wrapper_entities.rb', line 8017

def notificationDate
  @notificationDate
end

#notificationTypeObject

Returns the value of attribute notificationType.



8013
8014
8015
# File 'lib/adcenter_wrapper_entities.rb', line 8013

def notificationType
  @notificationType
end

#recipientEmailAddressObject

Returns the value of attribute recipientEmailAddress.



8016
8017
8018
# File 'lib/adcenter_wrapper_entities.rb', line 8016

def recipientEmailAddress
  @recipientEmailAddress
end

#userIdObject

Returns the value of attribute userId.



8018
8019
8020
# File 'lib/adcenter_wrapper_entities.rb', line 8018

def userId
  @userId
end

#userLocaleObject

Returns the value of attribute userLocale.



8015
8016
8017
# File 'lib/adcenter_wrapper_entities.rb', line 8015

def userLocale
  @userLocale
end

#userNameObject

Returns the value of attribute userName.



8019
8020
8021
# File 'lib/adcenter_wrapper_entities.rb', line 8019

def userName
  @userName
end