Class: AdCenterWrapper::SetTargetToCampaignRequest
- Inherits:
-
Object
- Object
- AdCenterWrapper::SetTargetToCampaignRequest
- Defined in:
- lib/CampaignManagementService.rb
Overview
https://adcenter.microsoft.com/v8SetTargetToCampaignRequest
campaignId - SOAP::SOAPLong
targetId - SOAP::SOAPLong
Instance Attribute Summary collapse
-
#campaignId ⇒ Object
Returns the value of attribute campaignId.
-
#targetId ⇒ Object
Returns the value of attribute targetId.
Instance Method Summary collapse
-
#initialize(campaignId = nil, targetId = nil) ⇒ SetTargetToCampaignRequest
constructor
A new instance of SetTargetToCampaignRequest.
Constructor Details
permalink #initialize(campaignId = nil, targetId = nil) ⇒ SetTargetToCampaignRequest
Returns a new instance of SetTargetToCampaignRequest.
3322 3323 3324 3325 |
# File 'lib/CampaignManagementService.rb', line 3322 def initialize(campaignId = nil, targetId = nil) @campaignId = campaignId @targetId = targetId end |
Instance Attribute Details
permalink #campaignId ⇒ Object
Returns the value of attribute campaignId.
3319 3320 3321 |
# File 'lib/CampaignManagementService.rb', line 3319 def campaignId @campaignId end |
permalink #targetId ⇒ Object
Returns the value of attribute targetId.
3320 3321 3322 |
# File 'lib/CampaignManagementService.rb', line 3320 def targetId @targetId end |