Class: AdCenterWrapper::SuggestKeywordsFromExistingKeywordsResponse

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

Overview

https://adcenter.microsoft.com/v8SuggestKeywordsFromExistingKeywordsResponse

keywordSuggestions - AdCenterWrapper::ArrayOfKeywordSuggestion

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(keywordSuggestions = nil) ⇒ SuggestKeywordsFromExistingKeywordsResponse

Returns a new instance of SuggestKeywordsFromExistingKeywordsResponse.

[View source]

781
782
783
# File 'lib/AdIntelligenceService.rb', line 781

def initialize(keywordSuggestions = nil)
  @keywordSuggestions = keywordSuggestions
end

Instance Attribute Details

#keywordSuggestionsObject

Returns the value of attribute keywordSuggestions.


779
780
781
# File 'lib/AdIntelligenceService.rb', line 779

def keywordSuggestions
  @keywordSuggestions
end