Class: YSM::AdGroupService::UpdateAdGroups
- Inherits:
-
Object
- Object
- YSM::AdGroupService::UpdateAdGroups
- Defined in:
- lib/ysm4r/v1/AdGroupService.rb,
lib/ysm4r/v2/AdGroupService.rb
Overview
http://marketing.ews.yahooapis.com/V2updateAdGroups
Instance Attribute Summary collapse
-
#adGroups ⇒ Object
Returns the value of attribute adGroups.
-
#updateAll ⇒ Object
Returns the value of attribute updateAll.
Instance Method Summary collapse
-
#initialize(adGroups = nil, updateAll = nil) ⇒ UpdateAdGroups
constructor
A new instance of UpdateAdGroups.
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
#adGroups ⇒ Object
Returns the value of attribute adGroups.
400 401 402 |
# File 'lib/ysm4r/v1/AdGroupService.rb', line 400 def adGroups @adGroups end |
#updateAll ⇒ Object
Returns the value of attribute updateAll.
401 402 403 |
# File 'lib/ysm4r/v1/AdGroupService.rb', line 401 def updateAll @updateAll end |