Class: AdCenterWrapper::GetTargetsByIdsResponse
- Inherits:
-
Object
- Object
- AdCenterWrapper::GetTargetsByIdsResponse
- Defined in:
- lib/adcenter_wrapper_entities.rb
Overview
https://adcenter.microsoft.com/v7GetTargetsByIdsResponse
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
#initialize(targets = nil) ⇒ GetTargetsByIdsResponse
Returns a new instance of GetTargetsByIdsResponse.
3426 3427 3428 |
# File 'lib/adcenter_wrapper_entities.rb', line 3426 def initialize(targets = nil) @targets = targets end |
Instance Attribute Details
#targets ⇒ Object
Returns the value of attribute targets.
3424 3425 3426 |
# File 'lib/adcenter_wrapper_entities.rb', line 3424 def targets @targets end |