Class: AdCenterWrapper::NewCustomerSignupNotification
- Inherits:
-
UserNotification
- Object
- Notification
- UserNotification
- AdCenterWrapper::NewCustomerSignupNotification
- 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
-
#activationCode ⇒ Object
Returns the value of attribute activationCode.
-
#customerId ⇒ Object
Returns the value of attribute customerId.
-
#notificationDate ⇒ Object
Returns the value of attribute notificationDate.
-
#notificationType ⇒ Object
Returns the value of attribute notificationType.
-
#recipientEmailAddress ⇒ Object
Returns the value of attribute recipientEmailAddress.
-
#userId ⇒ Object
Returns the value of attribute userId.
-
#userLocale ⇒ Object
Returns the value of attribute userLocale.
-
#userName ⇒ Object
Returns the value of attribute userName.
Instance Method Summary collapse
-
#initialize(notificationType = nil, customerId = nil, userLocale = nil, recipientEmailAddress = nil, notificationDate = nil, userId = nil, userName = nil, activationCode = nil) ⇒ NewCustomerSignupNotification
constructor
A new instance of NewCustomerSignupNotification.
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
#activationCode ⇒ Object
Returns the value of attribute activationCode.
8051 8052 8053 |
# File 'lib/adcenter_wrapper_entities.rb', line 8051 def activationCode @activationCode end |
#customerId ⇒ Object
Returns the value of attribute customerId.
8045 8046 8047 |
# File 'lib/adcenter_wrapper_entities.rb', line 8045 def customerId @customerId end |
#notificationDate ⇒ Object
Returns the value of attribute notificationDate.
8048 8049 8050 |
# File 'lib/adcenter_wrapper_entities.rb', line 8048 def notificationDate @notificationDate end |
#notificationType ⇒ Object
Returns the value of attribute notificationType.
8044 8045 8046 |
# File 'lib/adcenter_wrapper_entities.rb', line 8044 def notificationType @notificationType end |
#recipientEmailAddress ⇒ Object
Returns the value of attribute recipientEmailAddress.
8047 8048 8049 |
# File 'lib/adcenter_wrapper_entities.rb', line 8047 def recipientEmailAddress @recipientEmailAddress end |
#userId ⇒ Object
Returns the value of attribute userId.
8049 8050 8051 |
# File 'lib/adcenter_wrapper_entities.rb', line 8049 def userId @userId end |
#userLocale ⇒ Object
Returns the value of attribute userLocale.
8046 8047 8048 |
# File 'lib/adcenter_wrapper_entities.rb', line 8046 def userLocale @userLocale end |
#userName ⇒ Object
Returns the value of attribute userName.
8050 8051 8052 |
# File 'lib/adcenter_wrapper_entities.rb', line 8050 def userName @userName end |