Class: AdCenterWrapper::GetAdEditorialReasonsByIdsResponse
- Inherits:
-
Object
- Object
- AdCenterWrapper::GetAdEditorialReasonsByIdsResponse
- Defined in:
- lib/CampaignManagementService.rb
Overview
https://adcenter.microsoft.com/v8GetAdEditorialReasonsByIdsResponse
editorialReasons - AdCenterWrapper::ArrayOfEditorialReasonCollection
Instance Attribute Summary collapse
-
#editorialReasons ⇒ Object
Returns the value of attribute editorialReasons.
Instance Method Summary collapse
-
#initialize(editorialReasons = nil) ⇒ GetAdEditorialReasonsByIdsResponse
constructor
A new instance of GetAdEditorialReasonsByIdsResponse.
Constructor Details
permalink #initialize(editorialReasons = nil) ⇒ GetAdEditorialReasonsByIdsResponse
Returns a new instance of GetAdEditorialReasonsByIdsResponse.
2370 2371 2372 |
# File 'lib/CampaignManagementService.rb', line 2370 def initialize(editorialReasons = nil) @editorialReasons = editorialReasons end |
Instance Attribute Details
permalink #editorialReasons ⇒ Object
Returns the value of attribute editorialReasons.
2368 2369 2370 |
# File 'lib/CampaignManagementService.rb', line 2368 def editorialReasons @editorialReasons end |