Class: AdCenterWrapper::KeywordAndConfidence

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(suggestedKeyword = nil, confidenceScore = nil) ⇒ KeywordAndConfidence

Returns a new instance of KeywordAndConfidence.

[View source]

97
98
99
100
# File 'lib/AdIntelligenceService.rb', line 97

def initialize(suggestedKeyword = nil, confidenceScore = nil)
  @suggestedKeyword = suggestedKeyword
  @confidenceScore = confidenceScore
end

Instance Attribute Details

#confidenceScoreObject

Returns the value of attribute confidenceScore.


95
96
97
# File 'lib/AdIntelligenceService.rb', line 95

def confidenceScore
  @confidenceScore
end

#suggestedKeywordObject

Returns the value of attribute suggestedKeyword.


94
95
96
# File 'lib/AdIntelligenceService.rb', line 94

def suggestedKeyword
  @suggestedKeyword
end