Class: AdCenterWrapper::KeywordSuggestion

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

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(keyword = nil, suggestionsAndConfidence = nil) ⇒ KeywordSuggestion

Returns a new instance of KeywordSuggestion.

[View source]

373
374
375
376
# File 'lib/AdIntelligenceService.rb', line 373

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

Instance Attribute Details

#keywordObject

Returns the value of attribute keyword.


370
371
372
# File 'lib/AdIntelligenceService.rb', line 370

def keyword
  @keyword
end

#suggestionsAndConfidenceObject

Returns the value of attribute suggestionsAndConfidence.


371
372
373
# File 'lib/AdIntelligenceService.rb', line 371

def suggestionsAndConfidence
  @suggestionsAndConfidence
end