Class: AdCenterWrapper::GetAdEditorialReasonsByIdsResponse

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

Overview

https://adcenter.microsoft.com/v8GetAdEditorialReasonsByIdsResponse

editorialReasons - AdCenterWrapper::ArrayOfEditorialReasonCollection

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(editorialReasons = nil) ⇒ GetAdEditorialReasonsByIdsResponse

Returns a new instance of GetAdEditorialReasonsByIdsResponse.

[View source]

2370
2371
2372
# File 'lib/CampaignManagementService.rb', line 2370

def initialize(editorialReasons = nil)
  @editorialReasons = editorialReasons
end

Instance Attribute Details

#editorialReasonsObject

Returns the value of attribute editorialReasons.


2368
2369
2370
# File 'lib/CampaignManagementService.rb', line 2368

def editorialReasons
  @editorialReasons
end