Class: AdCenterWrapper::GetTargetsByAdGroupIdsResponse
- Inherits:
-
Object
- Object
- AdCenterWrapper::GetTargetsByAdGroupIdsResponse
- Defined in:
- lib/CampaignManagementService.rb
Overview
https://adcenter.microsoft.com/v8GetTargetsByAdGroupIdsResponse
targets - AdCenterWrapper::ArrayOfTarget
Instance Attribute Summary collapse
-
#targets ⇒ Object
Returns the value of attribute targets.
Instance Method Summary collapse
-
#initialize(targets = nil) ⇒ GetTargetsByAdGroupIdsResponse
constructor
A new instance of GetTargetsByAdGroupIdsResponse.
Constructor Details
permalink #initialize(targets = nil) ⇒ GetTargetsByAdGroupIdsResponse
Returns a new instance of GetTargetsByAdGroupIdsResponse.
3310 3311 3312 |
# File 'lib/CampaignManagementService.rb', line 3310 def initialize(targets = nil) @targets = targets end |
Instance Attribute Details
permalink #targets ⇒ Object
Returns the value of attribute targets.
3308 3309 3310 |
# File 'lib/CampaignManagementService.rb', line 3308 def targets @targets end |