Class: AdCenterWrapper::UpdateSitePlacementsRequest
- Inherits:
-
Object
- Object
- AdCenterWrapper::UpdateSitePlacementsRequest
- Defined in:
- lib/adcenter_wrapper_entities.rb
Overview
https://adcenter.microsoft.com/v7UpdateSitePlacementsRequest
adGroupId - SOAP::SOAPLong
sitePlacements - AdCenterWrapper::ArrayOfSitePlacement
Instance Attribute Summary collapse
-
#adGroupId ⇒ Object
Returns the value of attribute adGroupId.
-
#sitePlacements ⇒ Object
Returns the value of attribute sitePlacements.
Instance Method Summary collapse
-
#initialize(adGroupId = nil, sitePlacements = nil) ⇒ UpdateSitePlacementsRequest
constructor
A new instance of UpdateSitePlacementsRequest.
Constructor Details
#initialize(adGroupId = nil, sitePlacements = nil) ⇒ UpdateSitePlacementsRequest
Returns a new instance of UpdateSitePlacementsRequest.
2686 2687 2688 2689 |
# File 'lib/adcenter_wrapper_entities.rb', line 2686 def initialize(adGroupId = nil, sitePlacements = nil) @adGroupId = adGroupId @sitePlacements = sitePlacements end |
Instance Attribute Details
#adGroupId ⇒ Object
Returns the value of attribute adGroupId.
2683 2684 2685 |
# File 'lib/adcenter_wrapper_entities.rb', line 2683 def adGroupId @adGroupId end |
#sitePlacements ⇒ Object
Returns the value of attribute sitePlacements.
2684 2685 2686 |
# File 'lib/adcenter_wrapper_entities.rb', line 2684 def sitePlacements @sitePlacements end |