Class: AdCenterWrapper::SetTargetToAdGroupRequest
- Inherits:
-
Object
- Object
- AdCenterWrapper::SetTargetToAdGroupRequest
- Defined in:
- lib/adcenter_wrapper_entities.rb
Overview
https://adcenter.microsoft.com/v7SetTargetToAdGroupRequest
adGroupId - SOAP::SOAPLong
targetId - SOAP::SOAPLong
Instance Attribute Summary collapse
-
#adGroupId ⇒ Object
Returns the value of attribute adGroupId.
-
#targetId ⇒ Object
Returns the value of attribute targetId.
Instance Method Summary collapse
-
#initialize(adGroupId = nil, targetId = nil) ⇒ SetTargetToAdGroupRequest
constructor
A new instance of SetTargetToAdGroupRequest.
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
#adGroupId ⇒ Object
Returns the value of attribute adGroupId.
3435 3436 3437 |
# File 'lib/adcenter_wrapper_entities.rb', line 3435 def adGroupId @adGroupId end |
#targetId ⇒ Object
Returns the value of attribute targetId.
3436 3437 3438 |
# File 'lib/adcenter_wrapper_entities.rb', line 3436 def targetId @targetId end |