Class: AdCenterWrapper::GetTargetByAdGroupIdResponse

Inherits:
Object
  • Object
show all
Defined in:
lib/CampaignManagementService.rb

Overview

https://adcenter.microsoft.com/v8GetTargetByAdGroupIdResponse

target - AdCenterWrapper::Target

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(target = nil) ⇒ GetTargetByAdGroupIdResponse

Returns a new instance of GetTargetByAdGroupIdResponse.

[View source]

3112
3113
3114
# File 'lib/CampaignManagementService.rb', line 3112

def initialize(target = nil)
  @target = target
end

Instance Attribute Details

#targetObject

Returns the value of attribute target.


3110
3111
3112
# File 'lib/CampaignManagementService.rb', line 3110

def target
  @target
end