Class: AdCenterWrapper::GetPlacementDetailsForUrlsResponse
- Inherits:
-
Object
- Object
- AdCenterWrapper::GetPlacementDetailsForUrlsResponse
- Defined in:
- lib/CampaignManagementService.rb
Overview
https://adcenter.microsoft.com/v8GetPlacementDetailsForUrlsResponse
placementDetails - AdCenterWrapper::ArrayOfArrayOfPlacementDetail
Instance Attribute Summary collapse
-
#placementDetails ⇒ Object
Returns the value of attribute placementDetails.
Instance Method Summary collapse
-
#initialize(placementDetails = nil) ⇒ GetPlacementDetailsForUrlsResponse
constructor
A new instance of GetPlacementDetailsForUrlsResponse.
Constructor Details
permalink #initialize(placementDetails = nil) ⇒ GetPlacementDetailsForUrlsResponse
Returns a new instance of GetPlacementDetailsForUrlsResponse.
2301 2302 2303 |
# File 'lib/CampaignManagementService.rb', line 2301 def initialize(placementDetails = nil) @placementDetails = placementDetails end |
Instance Attribute Details
permalink #placementDetails ⇒ Object
Returns the value of attribute placementDetails.
2299 2300 2301 |
# File 'lib/CampaignManagementService.rb', line 2299 def placementDetails @placementDetails end |