Class: YSM::AdGroupService::UpdateAdGroups

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(adGroups = nil, updateAll = nil) ⇒ UpdateAdGroups

Returns a new instance of UpdateAdGroups.



403
404
405
406
# File 'lib/ysm4r/v1/AdGroupService.rb', line 403

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

Instance Attribute Details

#adGroupsObject

Returns the value of attribute adGroups.



400
401
402
# File 'lib/ysm4r/v1/AdGroupService.rb', line 400

def adGroups
  @adGroups
end

#updateAllObject

Returns the value of attribute updateAll.



401
402
403
# File 'lib/ysm4r/v1/AdGroupService.rb', line 401

def updateAll
  @updateAll
end