Class: AdCenterWrapper::UserNotification

Inherits:
Notification show all
Defined in:
lib/adcenter_wrapper_entities.rb

Overview

http://adcenter.microsoft.com/syncapisUserNotification abstract

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) ⇒ UserNotification

Returns a new instance of UserNotification.



7929
7930
7931
7932
7933
7934
7935
7936
7937
7938
# File 'lib/adcenter_wrapper_entities.rb', line 7929

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.



7927
7928
7929
# File 'lib/adcenter_wrapper_entities.rb', line 7927

def activationCode
  @activationCode
end

#customerIdObject

Returns the value of attribute customerId.



7921
7922
7923
# File 'lib/adcenter_wrapper_entities.rb', line 7921

def customerId
  @customerId
end

#notificationDateObject

Returns the value of attribute notificationDate.



7924
7925
7926
# File 'lib/adcenter_wrapper_entities.rb', line 7924

def notificationDate
  @notificationDate
end

#notificationTypeObject

Returns the value of attribute notificationType.



7920
7921
7922
# File 'lib/adcenter_wrapper_entities.rb', line 7920

def notificationType
  @notificationType
end

#recipientEmailAddressObject

Returns the value of attribute recipientEmailAddress.



7923
7924
7925
# File 'lib/adcenter_wrapper_entities.rb', line 7923

def recipientEmailAddress
  @recipientEmailAddress
end

#userIdObject

Returns the value of attribute userId.



7925
7926
7927
# File 'lib/adcenter_wrapper_entities.rb', line 7925

def userId
  @userId
end

#userLocaleObject

Returns the value of attribute userLocale.



7922
7923
7924
# File 'lib/adcenter_wrapper_entities.rb', line 7922

def userLocale
  @userLocale
end

#userNameObject

Returns the value of attribute userName.



7926
7927
7928
# File 'lib/adcenter_wrapper_entities.rb', line 7926

def userName
  @userName
end