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