Class: YSM::KeywordService::GetKeywordsByAdGroupID

Inherits:
Object
  • Object
show all
Defined in:
lib/ysm4r/v1/KeywordService.rb,
lib/ysm4r/v2/KeywordService.rb

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(adGroupID = nil, includeDeleted = nil, startElement = nil, numElements = nil) ⇒ GetKeywordsByAdGroupID

Returns a new instance of GetKeywordsByAdGroupID.



281
282
283
284
285
286
# File 'lib/ysm4r/v1/KeywordService.rb', line 281

def initialize(adGroupID = nil, includeDeleted = nil, startElement = nil, numElements = nil)
  @adGroupID = adGroupID
  @includeDeleted = includeDeleted
  @startElement = startElement
  @numElements = numElements
end

Instance Attribute Details

#adGroupIDObject

Returns the value of attribute adGroupID.



276
277
278
# File 'lib/ysm4r/v1/KeywordService.rb', line 276

def adGroupID
  @adGroupID
end

#includeDeletedObject

Returns the value of attribute includeDeleted.



277
278
279
# File 'lib/ysm4r/v1/KeywordService.rb', line 277

def includeDeleted
  @includeDeleted
end

#numElementsObject

Returns the value of attribute numElements.



279
280
281
# File 'lib/ysm4r/v1/KeywordService.rb', line 279

def numElements
  @numElements
end

#startElementObject

Returns the value of attribute startElement.



278
279
280
# File 'lib/ysm4r/v1/KeywordService.rb', line 278

def startElement
  @startElement
end