Class: AdCenterWrapper::GetPlacementDetailsForUrlsResponse

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

Overview

https://adcenter.microsoft.com/v8GetPlacementDetailsForUrlsResponse

placementDetails - AdCenterWrapper::ArrayOfArrayOfPlacementDetail

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(placementDetails = nil) ⇒ GetPlacementDetailsForUrlsResponse

Returns a new instance of GetPlacementDetailsForUrlsResponse.

[View source]

2301
2302
2303
# File 'lib/CampaignManagementService.rb', line 2301

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

Instance Attribute Details

#placementDetailsObject

Returns the value of attribute placementDetails.


2299
2300
2301
# File 'lib/CampaignManagementService.rb', line 2299

def placementDetails
  @placementDetails
end