Class: AdCenterWrapper::UpdateTargetsInLibraryRequest
- Inherits:
-
Object
- Object
- AdCenterWrapper::UpdateTargetsInLibraryRequest
- Defined in:
- lib/CampaignManagementService.rb
Overview
https://adcenter.microsoft.com/v8UpdateTargetsInLibraryRequest
targets - AdCenterWrapper::ArrayOfTarget
Instance Attribute Summary collapse
-
#targets ⇒ Object
Returns the value of attribute targets.
Instance Method Summary collapse
-
#initialize(targets = nil) ⇒ UpdateTargetsInLibraryRequest
constructor
A new instance of UpdateTargetsInLibraryRequest.
Constructor Details
permalink #initialize(targets = nil) ⇒ UpdateTargetsInLibraryRequest
Returns a new instance of UpdateTargetsInLibraryRequest.
3161 3162 3163 |
# File 'lib/CampaignManagementService.rb', line 3161 def initialize(targets = nil) @targets = targets end |
Instance Attribute Details
permalink #targets ⇒ Object
Returns the value of attribute targets.
3159 3160 3161 |
# File 'lib/CampaignManagementService.rb', line 3159 def targets @targets end |