Class: AdCenterWrapper::GetTargetByAdGroupIdResponse
- Inherits:
-
Object
- Object
- AdCenterWrapper::GetTargetByAdGroupIdResponse
- Defined in:
- lib/CampaignManagementService.rb
Overview
https://adcenter.microsoft.com/v8GetTargetByAdGroupIdResponse
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
permalink #initialize(target = nil) ⇒ GetTargetByAdGroupIdResponse
Returns a new instance of GetTargetByAdGroupIdResponse.
3112 3113 3114 |
# File 'lib/CampaignManagementService.rb', line 3112 def initialize(target = nil) @target = target end |
Instance Attribute Details
permalink #target ⇒ Object
Returns the value of attribute target.
3110 3111 3112 |
# File 'lib/CampaignManagementService.rb', line 3110 def target @target end |