Class: AdCenterWrapper::KeywordSearchCount

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

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(keyword = nil, historicalSearchCounts = nil) ⇒ KeywordSearchCount

Returns a new instance of KeywordSearchCount.

[View source]

287
288
289
290
# File 'lib/AdIntelligenceService.rb', line 287

def initialize(keyword = nil, historicalSearchCounts = nil)
  @keyword = keyword
  @historicalSearchCounts = historicalSearchCounts
end

Instance Attribute Details

#historicalSearchCountsObject

Returns the value of attribute historicalSearchCounts.


285
286
287
# File 'lib/AdIntelligenceService.rb', line 285

def historicalSearchCounts
  @historicalSearchCounts
end

#keywordObject

Returns the value of attribute keyword.


284
285
286
# File 'lib/AdIntelligenceService.rb', line 284

def keyword
  @keyword
end