Class: AdCenterWrapper::EditorialReasonCollection
- Inherits:
-
Object
- Object
- AdCenterWrapper::EditorialReasonCollection
- Defined in:
- lib/CampaignManagementService.rb
Overview
https://adcenter.microsoft.com/v8EditorialReasonCollection
adOrKeywordId - SOAP::SOAPLong
reasons - AdCenterWrapper::ArrayOfEditorialReason
Instance Attribute Summary collapse
-
#adOrKeywordId ⇒ Object
Returns the value of attribute adOrKeywordId.
-
#reasons ⇒ Object
Returns the value of attribute reasons.
Instance Method Summary collapse
-
#initialize(adOrKeywordId = nil, reasons = nil) ⇒ EditorialReasonCollection
constructor
A new instance of EditorialReasonCollection.
Constructor Details
permalink #initialize(adOrKeywordId = nil, reasons = nil) ⇒ EditorialReasonCollection
Returns a new instance of EditorialReasonCollection.
513 514 515 516 |
# File 'lib/CampaignManagementService.rb', line 513 def initialize(adOrKeywordId = nil, reasons = nil) @adOrKeywordId = adOrKeywordId @reasons = reasons end |
Instance Attribute Details
permalink #adOrKeywordId ⇒ Object
Returns the value of attribute adOrKeywordId.
510 511 512 |
# File 'lib/CampaignManagementService.rb', line 510 def adOrKeywordId @adOrKeywordId end |
permalink #reasons ⇒ Object
Returns the value of attribute reasons.
511 512 513 |
# File 'lib/CampaignManagementService.rb', line 511 def reasons @reasons end |