Class: AdCenterWrapper::SetTargetToCampaignRequest

Inherits:
Object
  • Object
show all
Defined in:
lib/adcenter_wrapper_entities.rb

Overview

https://adcenter.microsoft.com/v7SetTargetToCampaignRequest

campaignId - SOAP::SOAPLong
targetId - SOAP::SOAPLong

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(campaignId = nil, targetId = nil) ⇒ SetTargetToCampaignRequest

Returns a new instance of SetTargetToCampaignRequest.



3493
3494
3495
3496
# File 'lib/adcenter_wrapper_entities.rb', line 3493

def initialize(campaignId = nil, targetId = nil)
  @campaignId = campaignId
  @targetId = targetId
end

Instance Attribute Details

#campaignIdObject

Returns the value of attribute campaignId.



3490
3491
3492
# File 'lib/adcenter_wrapper_entities.rb', line 3490

def campaignId
  @campaignId
end

#targetIdObject

Returns the value of attribute targetId.



3491
3492
3493
# File 'lib/adcenter_wrapper_entities.rb', line 3491

def targetId
  @targetId
end