Class: AdCenterWrapper::GetTargetByAdGroupIdResponse

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

Overview

https://adcenter.microsoft.com/v7GetTargetByAdGroupIdResponse

target - AdCenterWrapper::Target

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#targetObject

Returns the value of attribute target.



3317
3318
3319
# File 'lib/adcenter_wrapper_entities.rb', line 3317

def target
  @target
end