Class: AdCenterWrapper::GetTargetsInfoFromLibraryResponse

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

Overview

https://adcenter.microsoft.com/v8GetTargetsInfoFromLibraryResponse

targetsInfo - AdCenterWrapper::ArrayOfTargetInfo

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(targetsInfo = nil) ⇒ GetTargetsInfoFromLibraryResponse

Returns a new instance of GetTargetsInfoFromLibraryResponse.

[View source]

3215
3216
3217
# File 'lib/CampaignManagementService.rb', line 3215

def initialize(targetsInfo = nil)
  @targetsInfo = targetsInfo
end

Instance Attribute Details

#targetsInfoObject

Returns the value of attribute targetsInfo.


3213
3214
3215
# File 'lib/CampaignManagementService.rb', line 3213

def targetsInfo
  @targetsInfo
end