Class: YSM::AdGroupService::MoveAdGroup

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(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

#adGroupIDObject

Returns the value of attribute adGroupID.



264
265
266
# File 'lib/ysm4r/v1/AdGroupService.rb', line 264

def adGroupID
  @adGroupID
end

#destinationCampaignIDObject

Returns the value of attribute destinationCampaignID.



265
266
267
# File 'lib/ysm4r/v1/AdGroupService.rb', line 265

def destinationCampaignID
  @destinationCampaignID
end

#newAdGroupNameObject

Returns the value of attribute newAdGroupName.



266
267
268
# File 'lib/ysm4r/v1/AdGroupService.rb', line 266

def newAdGroupName
  @newAdGroupName
end