Class: YSM::AdGroupService::UpdateAdGroup

Inherits:
Object
  • Object
show all
Defined in:
lib/ysm4r/v1/AdGroupService.rb,
lib/ysm4r/v2/AdGroupService.rb

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(adGroup = nil, updateAll = nil) ⇒ UpdateAdGroup

Returns a new instance of UpdateAdGroup.



209
210
211
212
# File 'lib/ysm4r/v1/AdGroupService.rb', line 209

def initialize(adGroup = nil, updateAll = nil)
  @adGroup = adGroup
  @updateAll = updateAll
end

Instance Attribute Details

#adGroupObject

Returns the value of attribute adGroup.



206
207
208
# File 'lib/ysm4r/v1/AdGroupService.rb', line 206

def adGroup
  @adGroup
end

#updateAllObject

Returns the value of attribute updateAll.



207
208
209
# File 'lib/ysm4r/v1/AdGroupService.rb', line 207

def updateAll
  @updateAll
end