Class: AdCenterWrapper::GetTargetsInfoFromLibraryResponse
- Inherits:
-
Object
- Object
- AdCenterWrapper::GetTargetsInfoFromLibraryResponse
- Defined in:
- lib/CampaignManagementService.rb
Overview
https://adcenter.microsoft.com/v8GetTargetsInfoFromLibraryResponse
targetsInfo - AdCenterWrapper::ArrayOfTargetInfo
Instance Attribute Summary collapse
-
#targetsInfo ⇒ Object
Returns the value of attribute targetsInfo.
Instance Method Summary collapse
-
#initialize(targetsInfo = nil) ⇒ GetTargetsInfoFromLibraryResponse
constructor
A new instance of GetTargetsInfoFromLibraryResponse.
Constructor Details
permalink #initialize(targetsInfo = nil) ⇒ GetTargetsInfoFromLibraryResponse
Returns a new instance of GetTargetsInfoFromLibraryResponse.
3215 3216 3217 |
# File 'lib/CampaignManagementService.rb', line 3215 def initialize(targetsInfo = nil) @targetsInfo = targetsInfo end |
Instance Attribute Details
permalink #targetsInfo ⇒ Object
Returns the value of attribute targetsInfo.
3213 3214 3215 |
# File 'lib/CampaignManagementService.rb', line 3213 def targetsInfo @targetsInfo end |