Class: AdCenterWrapper::SetTargetToAdGroupRequest

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

Overview

https://adcenter.microsoft.com/v7SetTargetToAdGroupRequest

adGroupId - SOAP::SOAPLong
targetId - SOAP::SOAPLong

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(adGroupId = nil, targetId = nil) ⇒ SetTargetToAdGroupRequest

Returns a new instance of SetTargetToAdGroupRequest.



3438
3439
3440
3441
# File 'lib/adcenter_wrapper_entities.rb', line 3438

def initialize(adGroupId = nil, targetId = nil)
  @adGroupId = adGroupId
  @targetId = targetId
end

Instance Attribute Details

#adGroupIdObject

Returns the value of attribute adGroupId.



3435
3436
3437
# File 'lib/adcenter_wrapper_entities.rb', line 3435

def adGroupId
  @adGroupId
end

#targetIdObject

Returns the value of attribute targetId.



3436
3437
3438
# File 'lib/adcenter_wrapper_entities.rb', line 3436

def targetId
  @targetId
end