Class: AdCenterWrapper::KeywordSearchCount
- Inherits:
-
Object
- Object
- AdCenterWrapper::KeywordSearchCount
- Defined in:
- lib/AdIntelligenceService.rb
Overview
http://schemas.datacontract.org/2004/07/Microsoft.AdCenter.Advertiser.CampaignManagement.Api.DataContractsKeywordSearchCount
keyword - SOAP::SOAPString
historicalSearchCounts - AdCenterWrapper::ArrayOfHistoricalSearchCount
Instance Attribute Summary collapse
-
#historicalSearchCounts ⇒ Object
Returns the value of attribute historicalSearchCounts.
-
#keyword ⇒ Object
Returns the value of attribute keyword.
Instance Method Summary collapse
-
#initialize(keyword = nil, historicalSearchCounts = nil) ⇒ KeywordSearchCount
constructor
A new instance of KeywordSearchCount.
Constructor Details
permalink #initialize(keyword = nil, historicalSearchCounts = nil) ⇒ KeywordSearchCount
Returns a new instance of KeywordSearchCount.
287 288 289 290 |
# File 'lib/AdIntelligenceService.rb', line 287 def initialize(keyword = nil, historicalSearchCounts = nil) @keyword = keyword @historicalSearchCounts = historicalSearchCounts end |
Instance Attribute Details
permalink #historicalSearchCounts ⇒ Object
Returns the value of attribute historicalSearchCounts.
285 286 287 |
# File 'lib/AdIntelligenceService.rb', line 285 def historicalSearchCounts @historicalSearchCounts end |
permalink #keyword ⇒ Object
Returns the value of attribute keyword.
284 285 286 |
# File 'lib/AdIntelligenceService.rb', line 284 def keyword @keyword end |