Class: AdCenterWrapper::GetKeywordsByAdGroupIdRequest

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

Overview

https://adcenter.microsoft.com/v7GetKeywordsByAdGroupIdRequest

adGroupId - SOAP::SOAPLong

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(adGroupId = nil) ⇒ GetKeywordsByAdGroupIdRequest

Returns a new instance of GetKeywordsByAdGroupIdRequest.



2364
2365
2366
# File 'lib/adcenter_wrapper_entities.rb', line 2364

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

Instance Attribute Details

#adGroupIdObject

Returns the value of attribute adGroupId.



2362
2363
2364
# File 'lib/adcenter_wrapper_entities.rb', line 2362

def adGroupId
  @adGroupId
end