Class: AdCenterWrapper::NewCustomerSignupNotification

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

Overview

http://adcenter.microsoft.com/syncapisNewCustomerSignupNotification

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

Returns a new instance of NewCustomerSignupNotification.



8053
8054
8055
8056
8057
8058
8059
8060
8061
8062
# File 'lib/adcenter_wrapper_entities.rb', line 8053

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.



8051
8052
8053
# File 'lib/adcenter_wrapper_entities.rb', line 8051

def activationCode
  @activationCode
end

#customerIdObject

Returns the value of attribute customerId.



8045
8046
8047
# File 'lib/adcenter_wrapper_entities.rb', line 8045

def customerId
  @customerId
end

#notificationDateObject

Returns the value of attribute notificationDate.



8048
8049
8050
# File 'lib/adcenter_wrapper_entities.rb', line 8048

def notificationDate
  @notificationDate
end

#notificationTypeObject

Returns the value of attribute notificationType.



8044
8045
8046
# File 'lib/adcenter_wrapper_entities.rb', line 8044

def notificationType
  @notificationType
end

#recipientEmailAddressObject

Returns the value of attribute recipientEmailAddress.



8047
8048
8049
# File 'lib/adcenter_wrapper_entities.rb', line 8047

def recipientEmailAddress
  @recipientEmailAddress
end

#userIdObject

Returns the value of attribute userId.



8049
8050
8051
# File 'lib/adcenter_wrapper_entities.rb', line 8049

def userId
  @userId
end

#userLocaleObject

Returns the value of attribute userLocale.



8046
8047
8048
# File 'lib/adcenter_wrapper_entities.rb', line 8046

def userLocale
  @userLocale
end

#userNameObject

Returns the value of attribute userName.



8050
8051
8052
# File 'lib/adcenter_wrapper_entities.rb', line 8050

def userName
  @userName
end