Class: AdCenterWrapper::GetSitePlacementsByIdsRequest

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

Overview

https://adcenter.microsoft.com/v7GetSitePlacementsByIdsRequest

adGroupId - SOAP::SOAPLong
sitePlacementIds - AdCenterWrapper::ArrayOflong

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(adGroupId = nil, sitePlacementIds = nil) ⇒ GetSitePlacementsByIdsRequest

Returns a new instance of GetSitePlacementsByIdsRequest.



2605
2606
2607
2608
# File 'lib/adcenter_wrapper_entities.rb', line 2605

def initialize(adGroupId = nil, sitePlacementIds = nil)
  @adGroupId = adGroupId
  @sitePlacementIds = sitePlacementIds
end

Instance Attribute Details

#adGroupIdObject

Returns the value of attribute adGroupId.



2602
2603
2604
# File 'lib/adcenter_wrapper_entities.rb', line 2602

def adGroupId
  @adGroupId
end

#sitePlacementIdsObject

Returns the value of attribute sitePlacementIds.



2603
2604
2605
# File 'lib/adcenter_wrapper_entities.rb', line 2603

def sitePlacementIds
  @sitePlacementIds
end