Class: AdCenterWrapper::UpdateAdGroupsRequest

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

Overview

https://adcenter.microsoft.com/v7UpdateAdGroupsRequest

campaignId - SOAP::SOAPLong
adGroups - AdCenterWrapper::ArrayOfAdGroup

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(campaignId = nil, adGroups = nil) ⇒ UpdateAdGroupsRequest

Returns a new instance of UpdateAdGroupsRequest.



3191
3192
3193
3194
# File 'lib/adcenter_wrapper_entities.rb', line 3191

def initialize(campaignId = nil, adGroups = nil)
  @campaignId = campaignId
  @adGroups = adGroups
end

Instance Attribute Details

#adGroupsObject

Returns the value of attribute adGroups.



3189
3190
3191
# File 'lib/adcenter_wrapper_entities.rb', line 3189

def adGroups
  @adGroups
end

#campaignIdObject

Returns the value of attribute campaignId.



3188
3189
3190
# File 'lib/adcenter_wrapper_entities.rb', line 3188

def campaignId
  @campaignId
end