Class: AdCenterWrapper::AddAdGroupsResponse

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

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(adGroupIds = nil) ⇒ AddAdGroupsResponse

Returns a new instance of AddAdGroupsResponse.



3063
3064
3065
# File 'lib/adcenter_wrapper_entities.rb', line 3063

def initialize(adGroupIds = nil)
  @adGroupIds = adGroupIds
end

Instance Attribute Details

#adGroupIdsObject

Returns the value of attribute adGroupIds.



3061
3062
3063
# File 'lib/adcenter_wrapper_entities.rb', line 3061

def adGroupIds
  @adGroupIds
end