Class: AdCenterWrapper::KeywordHistoricalPerformance

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

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(keyword = nil, keywordKPIs = nil) ⇒ KeywordHistoricalPerformance

Returns a new instance of KeywordHistoricalPerformance.

[View source]

321
322
323
324
# File 'lib/AdIntelligenceService.rb', line 321

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

Instance Attribute Details

#keywordObject

Returns the value of attribute keyword.


318
319
320
# File 'lib/AdIntelligenceService.rb', line 318

def keyword
  @keyword
end

#keywordKPIsObject

Returns the value of attribute keywordKPIs.


319
320
321
# File 'lib/AdIntelligenceService.rb', line 319

def keywordKPIs
  @keywordKPIs
end