Class: AdCenterWrapper::EditorialRejectionNotification

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

Overview

http://adcenter.microsoft.com/syncapisEditorialRejectionNotification

notificationType - AdCenterWrapper::NotificationType
customerId - SOAP::SOAPInt
userLocale - SOAP::SOAPString
recipientEmailAddress - SOAP::SOAPString
notificationDate - SOAP::SOAPDateTime
accountId - SOAP::SOAPInt
accountNumber - SOAP::SOAPString
accountName - SOAP::SOAPString
campaignName - SOAP::SOAPString
campaignId - SOAP::SOAPInt
orderId - SOAP::SOAPInt
orderName - SOAP::SOAPString
customerName - SOAP::SOAPString
adId - SOAP::SOAPInt
adTitle - SOAP::SOAPString
adDescription - SOAP::SOAPString
displayURL - SOAP::SOAPString
destinationURL - SOAP::SOAPString
keywordsRejected - SOAP::SOAPInt
keywordsAccepted - SOAP::SOAPInt
keywordsPending - SOAP::SOAPInt
top1Keyword - SOAP::SOAPString
top1KeywordReason - SOAP::SOAPString
top2Keyword - SOAP::SOAPString
top2KeywordReason - SOAP::SOAPString
top3Keyword - SOAP::SOAPString
top3KeywordReason - SOAP::SOAPString
top4Keyword - SOAP::SOAPString
top4KeywordReason - SOAP::SOAPString
top5Keyword - SOAP::SOAPString
top5KeywordReason - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(notificationType = nil, customerId = nil, userLocale = nil, recipientEmailAddress = nil, notificationDate = nil, accountId = nil, accountNumber = nil, accountName = nil, campaignName = nil, campaignId = nil, orderId = nil, orderName = nil, customerName = nil, adId = nil, adTitle = nil, adDescription = nil, displayURL = nil, destinationURL = nil, keywordsRejected = nil, keywordsAccepted = nil, keywordsPending = nil, top1Keyword = nil, top1KeywordReason = nil, top2Keyword = nil, top2KeywordReason = nil, top3Keyword = nil, top3KeywordReason = nil, top4Keyword = nil, top4KeywordReason = nil, top5Keyword = nil, top5KeywordReason = nil) ⇒ EditorialRejectionNotification

Returns a new instance of EditorialRejectionNotification.



7627
7628
7629
7630
7631
7632
7633
7634
7635
7636
7637
7638
7639
7640
7641
7642
7643
7644
7645
7646
7647
7648
7649
7650
7651
7652
7653
7654
7655
7656
7657
7658
7659
# File 'lib/adcenter_wrapper_entities.rb', line 7627

def initialize(notificationType = nil, customerId = nil, userLocale = nil, recipientEmailAddress = nil, notificationDate = nil, accountId = nil, accountNumber = nil, accountName = nil, campaignName = nil, campaignId = nil, orderId = nil, orderName = nil, customerName = nil, adId = nil, adTitle = nil, adDescription = nil, displayURL = nil, destinationURL = nil, keywordsRejected = nil, keywordsAccepted = nil, keywordsPending = nil, top1Keyword = nil, top1KeywordReason = nil, top2Keyword = nil, top2KeywordReason = nil, top3Keyword = nil, top3KeywordReason = nil, top4Keyword = nil, top4KeywordReason = nil, top5Keyword = nil, top5KeywordReason = nil)
  @notificationType = notificationType
  @customerId = customerId
  @userLocale = userLocale
  @recipientEmailAddress = recipientEmailAddress
  @notificationDate = notificationDate
  @accountId = accountId
  @accountNumber = accountNumber
  @accountName = accountName
  @campaignName = campaignName
  @campaignId = campaignId
  @orderId = orderId
  @orderName = orderName
  @customerName = customerName
  @adId = adId
  @adTitle = adTitle
  @adDescription = adDescription
  @displayURL = displayURL
  @destinationURL = destinationURL
  @keywordsRejected = keywordsRejected
  @keywordsAccepted = keywordsAccepted
  @keywordsPending = keywordsPending
  @top1Keyword = top1Keyword
  @top1KeywordReason = top1KeywordReason
  @top2Keyword = top2Keyword
  @top2KeywordReason = top2KeywordReason
  @top3Keyword = top3Keyword
  @top3KeywordReason = top3KeywordReason
  @top4Keyword = top4Keyword
  @top4KeywordReason = top4KeywordReason
  @top5Keyword = top5Keyword
  @top5KeywordReason = top5KeywordReason
end

Instance Attribute Details

#accountIdObject

Returns the value of attribute accountId.



7600
7601
7602
# File 'lib/adcenter_wrapper_entities.rb', line 7600

def accountId
  @accountId
end

#accountNameObject

Returns the value of attribute accountName.



7602
7603
7604
# File 'lib/adcenter_wrapper_entities.rb', line 7602

def accountName
  @accountName
end

#accountNumberObject

Returns the value of attribute accountNumber.



7601
7602
7603
# File 'lib/adcenter_wrapper_entities.rb', line 7601

def accountNumber
  @accountNumber
end

#adDescriptionObject

Returns the value of attribute adDescription.



7610
7611
7612
# File 'lib/adcenter_wrapper_entities.rb', line 7610

def adDescription
  @adDescription
end

#adIdObject

Returns the value of attribute adId.



7608
7609
7610
# File 'lib/adcenter_wrapper_entities.rb', line 7608

def adId
  @adId
end

#adTitleObject

Returns the value of attribute adTitle.



7609
7610
7611
# File 'lib/adcenter_wrapper_entities.rb', line 7609

def adTitle
  @adTitle
end

#campaignIdObject

Returns the value of attribute campaignId.



7604
7605
7606
# File 'lib/adcenter_wrapper_entities.rb', line 7604

def campaignId
  @campaignId
end

#campaignNameObject

Returns the value of attribute campaignName.



7603
7604
7605
# File 'lib/adcenter_wrapper_entities.rb', line 7603

def campaignName
  @campaignName
end

#customerIdObject

Returns the value of attribute customerId.



7596
7597
7598
# File 'lib/adcenter_wrapper_entities.rb', line 7596

def customerId
  @customerId
end

#customerNameObject

Returns the value of attribute customerName.



7607
7608
7609
# File 'lib/adcenter_wrapper_entities.rb', line 7607

def customerName
  @customerName
end

#destinationURLObject

Returns the value of attribute destinationURL.



7612
7613
7614
# File 'lib/adcenter_wrapper_entities.rb', line 7612

def destinationURL
  @destinationURL
end

#displayURLObject

Returns the value of attribute displayURL.



7611
7612
7613
# File 'lib/adcenter_wrapper_entities.rb', line 7611

def displayURL
  @displayURL
end

#keywordsAcceptedObject

Returns the value of attribute keywordsAccepted.



7614
7615
7616
# File 'lib/adcenter_wrapper_entities.rb', line 7614

def keywordsAccepted
  @keywordsAccepted
end

#keywordsPendingObject

Returns the value of attribute keywordsPending.



7615
7616
7617
# File 'lib/adcenter_wrapper_entities.rb', line 7615

def keywordsPending
  @keywordsPending
end

#keywordsRejectedObject

Returns the value of attribute keywordsRejected.



7613
7614
7615
# File 'lib/adcenter_wrapper_entities.rb', line 7613

def keywordsRejected
  @keywordsRejected
end

#notificationDateObject

Returns the value of attribute notificationDate.



7599
7600
7601
# File 'lib/adcenter_wrapper_entities.rb', line 7599

def notificationDate
  @notificationDate
end

#notificationTypeObject

Returns the value of attribute notificationType.



7595
7596
7597
# File 'lib/adcenter_wrapper_entities.rb', line 7595

def notificationType
  @notificationType
end

#orderIdObject

Returns the value of attribute orderId.



7605
7606
7607
# File 'lib/adcenter_wrapper_entities.rb', line 7605

def orderId
  @orderId
end

#orderNameObject

Returns the value of attribute orderName.



7606
7607
7608
# File 'lib/adcenter_wrapper_entities.rb', line 7606

def orderName
  @orderName
end

#recipientEmailAddressObject

Returns the value of attribute recipientEmailAddress.



7598
7599
7600
# File 'lib/adcenter_wrapper_entities.rb', line 7598

def recipientEmailAddress
  @recipientEmailAddress
end

#top1KeywordObject

Returns the value of attribute top1Keyword.



7616
7617
7618
# File 'lib/adcenter_wrapper_entities.rb', line 7616

def top1Keyword
  @top1Keyword
end

#top1KeywordReasonObject

Returns the value of attribute top1KeywordReason.



7617
7618
7619
# File 'lib/adcenter_wrapper_entities.rb', line 7617

def top1KeywordReason
  @top1KeywordReason
end

#top2KeywordObject

Returns the value of attribute top2Keyword.



7618
7619
7620
# File 'lib/adcenter_wrapper_entities.rb', line 7618

def top2Keyword
  @top2Keyword
end

#top2KeywordReasonObject

Returns the value of attribute top2KeywordReason.



7619
7620
7621
# File 'lib/adcenter_wrapper_entities.rb', line 7619

def top2KeywordReason
  @top2KeywordReason
end

#top3KeywordObject

Returns the value of attribute top3Keyword.



7620
7621
7622
# File 'lib/adcenter_wrapper_entities.rb', line 7620

def top3Keyword
  @top3Keyword
end

#top3KeywordReasonObject

Returns the value of attribute top3KeywordReason.



7621
7622
7623
# File 'lib/adcenter_wrapper_entities.rb', line 7621

def top3KeywordReason
  @top3KeywordReason
end

#top4KeywordObject

Returns the value of attribute top4Keyword.



7622
7623
7624
# File 'lib/adcenter_wrapper_entities.rb', line 7622

def top4Keyword
  @top4Keyword
end

#top4KeywordReasonObject

Returns the value of attribute top4KeywordReason.



7623
7624
7625
# File 'lib/adcenter_wrapper_entities.rb', line 7623

def top4KeywordReason
  @top4KeywordReason
end

#top5KeywordObject

Returns the value of attribute top5Keyword.



7624
7625
7626
# File 'lib/adcenter_wrapper_entities.rb', line 7624

def top5Keyword
  @top5Keyword
end

#top5KeywordReasonObject

Returns the value of attribute top5KeywordReason.



7625
7626
7627
# File 'lib/adcenter_wrapper_entities.rb', line 7625

def top5KeywordReason
  @top5KeywordReason
end

#userLocaleObject

Returns the value of attribute userLocale.



7597
7598
7599
# File 'lib/adcenter_wrapper_entities.rb', line 7597

def userLocale
  @userLocale
end