Class: AdCenterWrapper::SetTargetToAdGroupRequest
- Inherits:
-
Object
- Object
- AdCenterWrapper::SetTargetToAdGroupRequest
- Defined in:
- lib/CampaignManagementService.rb
Overview
https://adcenter.microsoft.com/v8SetTargetToAdGroupRequest
adGroupId - SOAP::SOAPLong
targetId - SOAP::SOAPLong
Instance Attribute Summary collapse
-
#adGroupId ⇒ Object
Returns the value of attribute adGroupId.
-
#targetId ⇒ Object
Returns the value of attribute targetId.
Instance Method Summary collapse
-
#initialize(adGroupId = nil, targetId = nil) ⇒ SetTargetToAdGroupRequest
constructor
A new instance of SetTargetToAdGroupRequest.
Constructor Details
permalink #initialize(adGroupId = nil, targetId = nil) ⇒ SetTargetToAdGroupRequest
Returns a new instance of SetTargetToAdGroupRequest.
3267 3268 3269 3270 |
# File 'lib/CampaignManagementService.rb', line 3267 def initialize(adGroupId = nil, targetId = nil) @adGroupId = adGroupId @targetId = targetId end |
Instance Attribute Details
permalink #adGroupId ⇒ Object
Returns the value of attribute adGroupId.
3264 3265 3266 |
# File 'lib/CampaignManagementService.rb', line 3264 def adGroupId @adGroupId end |
permalink #targetId ⇒ Object
Returns the value of attribute targetId.
3265 3266 3267 |
# File 'lib/CampaignManagementService.rb', line 3265 def targetId @targetId end |