Class: AdCenterWrapper::GetPlacementDetailsForUrlsResponse
- Inherits:
-
Object
- Object
- AdCenterWrapper::GetPlacementDetailsForUrlsResponse
- Defined in:
- lib/adcenter_wrapper_entities.rb
Overview
https://adcenter.microsoft.com/v7GetPlacementDetailsForUrlsResponse
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
#initialize(placementDetails = nil) ⇒ GetPlacementDetailsForUrlsResponse
Returns a new instance of GetPlacementDetailsForUrlsResponse.
2713 2714 2715 |
# File 'lib/adcenter_wrapper_entities.rb', line 2713 def initialize(placementDetails = nil) @placementDetails = placementDetails end |
Instance Attribute Details
#placementDetails ⇒ Object
Returns the value of attribute placementDetails.
2711 2712 2713 |
# File 'lib/adcenter_wrapper_entities.rb', line 2711 def placementDetails @placementDetails end |