Class: AdCenterWrapper::HistoricalSearchCount

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

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(searchCount = nil, monthAndYear = nil) ⇒ HistoricalSearchCount

Returns a new instance of HistoricalSearchCount.



304
305
306
307
# File 'lib/AdIntelligenceService.rb', line 304

def initialize(searchCount = nil, monthAndYear = nil)
  @searchCount = searchCount
  @monthAndYear = monthAndYear
end

Instance Attribute Details

#monthAndYearObject

Returns the value of attribute monthAndYear.



302
303
304
# File 'lib/AdIntelligenceService.rb', line 302

def monthAndYear
  @monthAndYear
end

#searchCountObject

Returns the value of attribute searchCount.



301
302
303
# File 'lib/AdIntelligenceService.rb', line 301

def searchCount
  @searchCount
end