Class: AdCenterWrapper::UserPasswordResetNotification

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

Instance Method Summary collapse

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

#activationCodeObject

Returns the value of attribute activationCode.



7989
7990
7991
# File 'lib/adcenter_wrapper_entities.rb', line 7989

def activationCode
  @activationCode
end

#customerIdObject

Returns the value of attribute customerId.



7983
7984
7985
# File 'lib/adcenter_wrapper_entities.rb', line 7983

def customerId
  @customerId
end

#notificationDateObject

Returns the value of attribute notificationDate.



7986
7987
7988
# File 'lib/adcenter_wrapper_entities.rb', line 7986

def notificationDate
  @notificationDate
end

#notificationTypeObject

Returns the value of attribute notificationType.



7982
7983
7984
# File 'lib/adcenter_wrapper_entities.rb', line 7982

def notificationType
  @notificationType
end

#recipientEmailAddressObject

Returns the value of attribute recipientEmailAddress.



7985
7986
7987
# File 'lib/adcenter_wrapper_entities.rb', line 7985

def recipientEmailAddress
  @recipientEmailAddress
end

#userIdObject

Returns the value of attribute userId.



7987
7988
7989
# File 'lib/adcenter_wrapper_entities.rb', line 7987

def userId
  @userId
end

#userLocaleObject

Returns the value of attribute userLocale.



7984
7985
7986
# File 'lib/adcenter_wrapper_entities.rb', line 7984

def userLocale
  @userLocale
end

#userNameObject

Returns the value of attribute userName.



7988
7989
7990
# File 'lib/adcenter_wrapper_entities.rb', line 7988

def userName
  @userName
end