Class: AdCenterWrapper::GetKeywordEditorialReasonsByIdsResponse
- Inherits:
-
Object
- Object
- AdCenterWrapper::GetKeywordEditorialReasonsByIdsResponse
- Defined in:
- lib/CampaignManagementService.rb
Overview
https://adcenter.microsoft.com/v8GetKeywordEditorialReasonsByIdsResponse
editorialReasons - AdCenterWrapper::ArrayOfEditorialReasonCollection
Instance Attribute Summary collapse
-
#editorialReasons ⇒ Object
Returns the value of attribute editorialReasons.
Instance Method Summary collapse
-
#initialize(editorialReasons = nil) ⇒ GetKeywordEditorialReasonsByIdsResponse
constructor
A new instance of GetKeywordEditorialReasonsByIdsResponse.
Constructor Details
permalink #initialize(editorialReasons = nil) ⇒ GetKeywordEditorialReasonsByIdsResponse
Returns a new instance of GetKeywordEditorialReasonsByIdsResponse.
2347 2348 2349 |
# File 'lib/CampaignManagementService.rb', line 2347 def initialize(editorialReasons = nil) @editorialReasons = editorialReasons end |
Instance Attribute Details
permalink #editorialReasons ⇒ Object
Returns the value of attribute editorialReasons.
2345 2346 2347 |
# File 'lib/CampaignManagementService.rb', line 2345 def editorialReasons @editorialReasons end |