Class: AdCenterWrapper::EditorialReason
- Inherits:
-
Object
- Object
- AdCenterWrapper::EditorialReason
- 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
-
#location ⇒ Object
Returns the value of attribute location.
-
#publisherCountries ⇒ Object
Returns the value of attribute publisherCountries.
-
#reasonCode ⇒ Object
Returns the value of attribute reasonCode.
-
#term ⇒ Object
Returns the value of attribute term.
Instance Method Summary collapse
-
#initialize(location = nil, publisherCountries = nil, reasonCode = nil, term = nil) ⇒ EditorialReason
constructor
A new instance of EditorialReason.
Constructor Details
permalink #initialize(location = nil, publisherCountries = nil, reasonCode = nil, term = nil) ⇒ EditorialReason
Returns a new instance of EditorialReason.
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
permalink #location ⇒ Object
Returns the value of attribute location.
529 530 531 |
# File 'lib/CampaignManagementService.rb', line 529 def location @location end |
permalink #publisherCountries ⇒ Object
Returns the value of attribute publisherCountries.
530 531 532 |
# File 'lib/CampaignManagementService.rb', line 530 def publisherCountries @publisherCountries end |
permalink #reasonCode ⇒ Object
Returns the value of attribute reasonCode.
531 532 533 |
# File 'lib/CampaignManagementService.rb', line 531 def reasonCode @reasonCode end |
permalink #term ⇒ Object
Returns the value of attribute term.
532 533 534 |
# File 'lib/CampaignManagementService.rb', line 532 def term @term end |