Class: AdCenterWrapper::GetTargetByAdGroupIdResponse
- Inherits:
-
Object
- Object
- AdCenterWrapper::GetTargetByAdGroupIdResponse
- Defined in:
- lib/adcenter_wrapper_entities.rb
Overview
https://adcenter.microsoft.com/v7GetTargetByAdGroupIdResponse
target - AdCenterWrapper::Target
Instance Attribute Summary collapse
-
#target ⇒ Object
Returns the value of attribute target.
Instance Method Summary collapse
-
#initialize(target = nil) ⇒ GetTargetByAdGroupIdResponse
constructor
A new instance of GetTargetByAdGroupIdResponse.
Constructor Details
#initialize(target = nil) ⇒ GetTargetByAdGroupIdResponse
Returns a new instance of GetTargetByAdGroupIdResponse.
3319 3320 3321 |
# File 'lib/adcenter_wrapper_entities.rb', line 3319 def initialize(target = nil) @target = target end |
Instance Attribute Details
#target ⇒ Object
Returns the value of attribute target.
3317 3318 3319 |
# File 'lib/adcenter_wrapper_entities.rb', line 3317 def target @target end |