Class: AdCenterWrapper::SuggestKeywordsForUrlResponse
- Inherits:
-
Object
- Object
- AdCenterWrapper::SuggestKeywordsForUrlResponse
- Defined in:
- lib/AdIntelligenceService.rb
Overview
https://adcenter.microsoft.com/v8SuggestKeywordsForUrlResponse
keywords - AdCenterWrapper::ArrayOfKeywordAndConfidence
Instance Attribute Summary collapse
-
#keywords ⇒ Object
Returns the value of attribute keywords.
Instance Method Summary collapse
-
#initialize(keywords = nil) ⇒ SuggestKeywordsForUrlResponse
constructor
A new instance of SuggestKeywordsForUrlResponse.
Constructor Details
permalink #initialize(keywords = nil) ⇒ SuggestKeywordsForUrlResponse
Returns a new instance of SuggestKeywordsForUrlResponse.
569 570 571 |
# File 'lib/AdIntelligenceService.rb', line 569 def initialize(keywords = nil) @keywords = keywords end |
Instance Attribute Details
permalink #keywords ⇒ Object
Returns the value of attribute keywords.
567 568 569 |
# File 'lib/AdIntelligenceService.rb', line 567 def keywords @keywords end |