Class: AdCenterWrapper::GetTargetsByAdGroupIdsResponse
- Inherits:
-
Object
- Object
- AdCenterWrapper::GetTargetsByAdGroupIdsResponse
- Defined in:
- lib/adcenter_wrapper_entities.rb
Overview
https://adcenter.microsoft.com/v7GetTargetsByAdGroupIdsResponse
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
#initialize(targets = nil) ⇒ GetTargetsByAdGroupIdsResponse
Returns a new instance of GetTargetsByAdGroupIdsResponse.
3481 3482 3483 |
# File 'lib/adcenter_wrapper_entities.rb', line 3481 def initialize(targets = nil) @targets = targets end |
Instance Attribute Details
#targets ⇒ Object
Returns the value of attribute targets.
3479 3480 3481 |
# File 'lib/adcenter_wrapper_entities.rb', line 3479 def targets @targets end |