Class: AdCenterWrapper::GetTargetsByIdsResponse
- Inherits:
-
Object
- Object
- AdCenterWrapper::GetTargetsByIdsResponse
- Defined in:
- lib/CampaignManagementService.rb
Overview
https://adcenter.microsoft.com/v8GetTargetsByIdsResponse
targets - AdCenterWrapper::ArrayOfTarget
Instance Attribute Summary collapse
-
#targets ⇒ Object
Returns the value of attribute targets.
Instance Method Summary collapse
-
#initialize(targets = nil) ⇒ GetTargetsByIdsResponse
constructor
A new instance of GetTargetsByIdsResponse.
Constructor Details
permalink #initialize(targets = nil) ⇒ GetTargetsByIdsResponse
Returns a new instance of GetTargetsByIdsResponse.
3235 3236 3237 |
# File 'lib/CampaignManagementService.rb', line 3235 def initialize(targets = nil) @targets = targets end |
Instance Attribute Details
permalink #targets ⇒ Object
Returns the value of attribute targets.
3233 3234 3235 |
# File 'lib/CampaignManagementService.rb', line 3233 def targets @targets end |