Class: AdCenterWrapper::EditorialReason

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

Overview

https://adcenter.microsoft.com/v8EditorialReason

location - AdCenterWrapper::AdComponent
publisherCountries - AdCenterWrapper::ArrayOfstring
reasonCode - SOAP::SOAPInt
term - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(location = nil, publisherCountries = nil, reasonCode = nil, term = nil) ⇒ EditorialReason

Returns a new instance of EditorialReason.

[View source]

534
535
536
537
538
539
# File 'lib/CampaignManagementService.rb', line 534

def initialize(location = nil, publisherCountries = nil, reasonCode = nil, term = nil)
  @location = location
  @publisherCountries = publisherCountries
  @reasonCode = reasonCode
  @term = term
end

Instance Attribute Details

#locationObject

Returns the value of attribute location.


529
530
531
# File 'lib/CampaignManagementService.rb', line 529

def location
  @location
end

#publisherCountriesObject

Returns the value of attribute publisherCountries.


530
531
532
# File 'lib/CampaignManagementService.rb', line 530

def publisherCountries
  @publisherCountries
end

#reasonCodeObject

Returns the value of attribute reasonCode.


531
532
533
# File 'lib/CampaignManagementService.rb', line 531

def reasonCode
  @reasonCode
end

#termObject

Returns the value of attribute term.


532
533
534
# File 'lib/CampaignManagementService.rb', line 532

def term
  @term
end