Class: AdCenterWrapper::GetTargetsByCampaignIdsResponse
- Inherits:
-
Object
- Object
- AdCenterWrapper::GetTargetsByCampaignIdsResponse
- Defined in:
- lib/CampaignManagementService.rb
Overview
https://adcenter.microsoft.com/v8GetTargetsByCampaignIdsResponse
targets - AdCenterWrapper::ArrayOfTarget
Instance Attribute Summary collapse
-
#targets ⇒ Object
Returns the value of attribute targets.
Instance Method Summary collapse
-
#initialize(targets = nil) ⇒ GetTargetsByCampaignIdsResponse
constructor
A new instance of GetTargetsByCampaignIdsResponse.
Constructor Details
permalink #initialize(targets = nil) ⇒ GetTargetsByCampaignIdsResponse
Returns a new instance of GetTargetsByCampaignIdsResponse.
3365 3366 3367 |
# File 'lib/CampaignManagementService.rb', line 3365 def initialize(targets = nil) @targets = targets end |
Instance Attribute Details
permalink #targets ⇒ Object
Returns the value of attribute targets.
3363 3364 3365 |
# File 'lib/CampaignManagementService.rb', line 3363 def targets @targets end |