Class: AdCenterWrapper::UpdateTargetRequest
- Inherits:
-
Object
- Object
- AdCenterWrapper::UpdateTargetRequest
- Defined in:
- lib/CampaignManagementService.rb
Overview
https://adcenter.microsoft.com/v8UpdateTargetRequest
adGroupId - SOAP::SOAPLong
target - AdCenterWrapper::Target
Instance Attribute Summary collapse
-
#adGroupId ⇒ Object
Returns the value of attribute adGroupId.
-
#target ⇒ Object
Returns the value of attribute target.
Instance Method Summary collapse
-
#initialize(adGroupId = nil, target = nil) ⇒ UpdateTargetRequest
constructor
A new instance of UpdateTargetRequest.
Constructor Details
permalink #initialize(adGroupId = nil, target = nil) ⇒ UpdateTargetRequest
Returns a new instance of UpdateTargetRequest.
3124 3125 3126 3127 |
# File 'lib/CampaignManagementService.rb', line 3124 def initialize(adGroupId = nil, target = nil) @adGroupId = adGroupId @target = target end |
Instance Attribute Details
permalink #adGroupId ⇒ Object
Returns the value of attribute adGroupId.
3121 3122 3123 |
# File 'lib/CampaignManagementService.rb', line 3121 def adGroupId @adGroupId end |
permalink #target ⇒ Object
Returns the value of attribute target.
3122 3123 3124 |
# File 'lib/CampaignManagementService.rb', line 3122 def target @target end |