Class: AdCenterWrapper::SetTargetToCampaignRequest
- Inherits:
-
Object
- Object
- AdCenterWrapper::SetTargetToCampaignRequest
- Defined in:
- lib/adcenter_wrapper_entities.rb
Overview
https://adcenter.microsoft.com/v7SetTargetToCampaignRequest
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
#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
#campaignId ⇒ Object
Returns the value of attribute campaignId.
3490 3491 3492 |
# File 'lib/adcenter_wrapper_entities.rb', line 3490 def campaignId @campaignId end |
#targetId ⇒ Object
Returns the value of attribute targetId.
3491 3492 3493 |
# File 'lib/adcenter_wrapper_entities.rb', line 3491 def targetId @targetId end |