Class: AdCenterWrapper::GetSitePlacementsByAdGroupIdResponse
- Inherits:
-
Object
- Object
- AdCenterWrapper::GetSitePlacementsByAdGroupIdResponse
- Defined in:
- lib/CampaignManagementService.rb
Overview
https://adcenter.microsoft.com/v8GetSitePlacementsByAdGroupIdResponse
sitePlacements - AdCenterWrapper::ArrayOfSitePlacement
Instance Attribute Summary collapse
-
#sitePlacements ⇒ Object
Returns the value of attribute sitePlacements.
Instance Method Summary collapse
-
#initialize(sitePlacements = nil) ⇒ GetSitePlacementsByAdGroupIdResponse
constructor
A new instance of GetSitePlacementsByAdGroupIdResponse.
Constructor Details
permalink #initialize(sitePlacements = nil) ⇒ GetSitePlacementsByAdGroupIdResponse
Returns a new instance of GetSitePlacementsByAdGroupIdResponse.
2224 2225 2226 |
# File 'lib/CampaignManagementService.rb', line 2224 def initialize(sitePlacements = nil) @sitePlacements = sitePlacements end |
Instance Attribute Details
permalink #sitePlacements ⇒ Object
Returns the value of attribute sitePlacements.
2222 2223 2224 |
# File 'lib/CampaignManagementService.rb', line 2222 def sitePlacements @sitePlacements end |