Class: AdCenterWrapper::KeywordSuggestion
- Inherits:
-
Object
- Object
- AdCenterWrapper::KeywordSuggestion
- Defined in:
- lib/AdIntelligenceService.rb
Overview
http://schemas.datacontract.org/2004/07/Microsoft.AdCenter.Advertiser.CampaignManagement.Api.DataContractsKeywordSuggestion
keyword - SOAP::SOAPString
suggestionsAndConfidence - AdCenterWrapper::ArrayOfKeywordAndConfidence
Instance Attribute Summary collapse
-
#keyword ⇒ Object
Returns the value of attribute keyword.
-
#suggestionsAndConfidence ⇒ Object
Returns the value of attribute suggestionsAndConfidence.
Instance Method Summary collapse
-
#initialize(keyword = nil, suggestionsAndConfidence = nil) ⇒ KeywordSuggestion
constructor
A new instance of KeywordSuggestion.
Constructor Details
permalink #initialize(keyword = nil, suggestionsAndConfidence = nil) ⇒ KeywordSuggestion
Returns a new instance of KeywordSuggestion.
373 374 375 376 |
# File 'lib/AdIntelligenceService.rb', line 373 def initialize(keyword = nil, suggestionsAndConfidence = nil) @keyword = keyword @suggestionsAndConfidence = suggestionsAndConfidence end |
Instance Attribute Details
permalink #keyword ⇒ Object
Returns the value of attribute keyword.
370 371 372 |
# File 'lib/AdIntelligenceService.rb', line 370 def keyword @keyword end |
permalink #suggestionsAndConfidence ⇒ Object
Returns the value of attribute suggestionsAndConfidence.
371 372 373 |
# File 'lib/AdIntelligenceService.rb', line 371 def suggestionsAndConfidence @suggestionsAndConfidence end |