Class: AdCenterWrapper::KeywordAndConfidence
- Inherits:
-
Object
- Object
- AdCenterWrapper::KeywordAndConfidence
- Defined in:
- lib/AdIntelligenceService.rb
Overview
http://schemas.datacontract.org/2004/07/Microsoft.AdCenter.Advertiser.CampaignManagement.Api.DataContractsKeywordAndConfidence
suggestedKeyword - SOAP::SOAPString
confidenceScore - SOAP::SOAPDouble
Instance Attribute Summary collapse
-
#confidenceScore ⇒ Object
Returns the value of attribute confidenceScore.
-
#suggestedKeyword ⇒ Object
Returns the value of attribute suggestedKeyword.
Instance Method Summary collapse
-
#initialize(suggestedKeyword = nil, confidenceScore = nil) ⇒ KeywordAndConfidence
constructor
A new instance of KeywordAndConfidence.
Constructor Details
permalink #initialize(suggestedKeyword = nil, confidenceScore = nil) ⇒ KeywordAndConfidence
Returns a new instance of KeywordAndConfidence.
97 98 99 100 |
# File 'lib/AdIntelligenceService.rb', line 97 def initialize(suggestedKeyword = nil, confidenceScore = nil) @suggestedKeyword = suggestedKeyword @confidenceScore = confidenceScore end |
Instance Attribute Details
permalink #confidenceScore ⇒ Object
Returns the value of attribute confidenceScore.
95 96 97 |
# File 'lib/AdIntelligenceService.rb', line 95 def confidenceScore @confidenceScore end |
permalink #suggestedKeyword ⇒ Object
Returns the value of attribute suggestedKeyword.
94 95 96 |
# File 'lib/AdIntelligenceService.rb', line 94 def suggestedKeyword @suggestedKeyword end |