Class: AdCenterWrapper::UserNameReminderNotification

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

Instance Method Summary collapse

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

#activationCodeObject

Returns the value of attribute activationCode.



7958
7959
7960
# File 'lib/adcenter_wrapper_entities.rb', line 7958

def activationCode
  @activationCode
end

#customerIdObject

Returns the value of attribute customerId.



7952
7953
7954
# File 'lib/adcenter_wrapper_entities.rb', line 7952

def customerId
  @customerId
end

#notificationDateObject

Returns the value of attribute notificationDate.



7955
7956
7957
# File 'lib/adcenter_wrapper_entities.rb', line 7955

def notificationDate
  @notificationDate
end

#notificationTypeObject

Returns the value of attribute notificationType.



7951
7952
7953
# File 'lib/adcenter_wrapper_entities.rb', line 7951

def notificationType
  @notificationType
end

#recipientEmailAddressObject

Returns the value of attribute recipientEmailAddress.



7954
7955
7956
# File 'lib/adcenter_wrapper_entities.rb', line 7954

def recipientEmailAddress
  @recipientEmailAddress
end

#userIdObject

Returns the value of attribute userId.



7956
7957
7958
# File 'lib/adcenter_wrapper_entities.rb', line 7956

def userId
  @userId
end

#userLocaleObject

Returns the value of attribute userLocale.



7953
7954
7955
# File 'lib/adcenter_wrapper_entities.rb', line 7953

def userLocale
  @userLocale
end

#userNameObject

Returns the value of attribute userName.



7957
7958
7959
# File 'lib/adcenter_wrapper_entities.rb', line 7957

def userName
  @userName
end