Class: AdCenterWrapper::GetSitePlacementsByIdsRequest
- Inherits:
-
Object
- Object
- AdCenterWrapper::GetSitePlacementsByIdsRequest
- Defined in:
- lib/CampaignManagementService.rb
Overview
https://adcenter.microsoft.com/v8GetSitePlacementsByIdsRequest
adGroupId - SOAP::SOAPLong
sitePlacementIds - AdCenterWrapper::ArrayOflong
Instance Attribute Summary collapse
-
#adGroupId ⇒ Object
Returns the value of attribute adGroupId.
-
#sitePlacementIds ⇒ Object
Returns the value of attribute sitePlacementIds.
Instance Method Summary collapse
-
#initialize(adGroupId = nil, sitePlacementIds = nil) ⇒ GetSitePlacementsByIdsRequest
constructor
A new instance of GetSitePlacementsByIdsRequest.
Constructor Details
permalink #initialize(adGroupId = nil, sitePlacementIds = nil) ⇒ GetSitePlacementsByIdsRequest
Returns a new instance of GetSitePlacementsByIdsRequest.
2193 2194 2195 2196 |
# File 'lib/CampaignManagementService.rb', line 2193 def initialize(adGroupId = nil, sitePlacementIds = nil) @adGroupId = adGroupId @sitePlacementIds = sitePlacementIds end |
Instance Attribute Details
permalink #adGroupId ⇒ Object
Returns the value of attribute adGroupId.
2190 2191 2192 |
# File 'lib/CampaignManagementService.rb', line 2190 def adGroupId @adGroupId end |
permalink #sitePlacementIds ⇒ Object
Returns the value of attribute sitePlacementIds.
2191 2192 2193 |
# File 'lib/CampaignManagementService.rb', line 2191 def sitePlacementIds @sitePlacementIds end |