Class: YSM::AdGroupService::MoveAdGroup
- Inherits:
-
Object
- Object
- YSM::AdGroupService::MoveAdGroup
- Defined in:
- lib/ysm4r/v1/AdGroupService.rb,
lib/ysm4r/v2/AdGroupService.rb
Overview
http://marketing.ews.yahooapis.com/V2moveAdGroup
Instance Attribute Summary collapse
-
#adGroupID ⇒ Object
Returns the value of attribute adGroupID.
-
#destinationCampaignID ⇒ Object
Returns the value of attribute destinationCampaignID.
-
#newAdGroupName ⇒ Object
Returns the value of attribute newAdGroupName.
Instance Method Summary collapse
-
#initialize(adGroupID = nil, destinationCampaignID = nil, newAdGroupName = nil) ⇒ MoveAdGroup
constructor
A new instance of MoveAdGroup.
Constructor Details
#initialize(adGroupID = nil, destinationCampaignID = nil, newAdGroupName = nil) ⇒ MoveAdGroup
Returns a new instance of MoveAdGroup.
268 269 270 271 272 |
# File 'lib/ysm4r/v1/AdGroupService.rb', line 268 def initialize(adGroupID = nil, destinationCampaignID = nil, newAdGroupName = nil) @adGroupID = adGroupID @destinationCampaignID = destinationCampaignID @newAdGroupName = newAdGroupName end |
Instance Attribute Details
#adGroupID ⇒ Object
Returns the value of attribute adGroupID.
264 265 266 |
# File 'lib/ysm4r/v1/AdGroupService.rb', line 264 def adGroupID @adGroupID end |
#destinationCampaignID ⇒ Object
Returns the value of attribute destinationCampaignID.
265 266 267 |
# File 'lib/ysm4r/v1/AdGroupService.rb', line 265 def destinationCampaignID @destinationCampaignID end |
#newAdGroupName ⇒ Object
Returns the value of attribute newAdGroupName.
266 267 268 |
# File 'lib/ysm4r/v1/AdGroupService.rb', line 266 def newAdGroupName @newAdGroupName end |