Class: AdCenterWrapper::HistoricalSearchCount
- Inherits:
-
Object
- Object
- AdCenterWrapper::HistoricalSearchCount
- Defined in:
- lib/AdIntelligenceService.rb
Overview
http://schemas.datacontract.org/2004/07/Microsoft.AdCenter.Advertiser.CampaignManagement.Api.DataContractsHistoricalSearchCount
searchCount - SOAP::SOAPInt
monthAndYear - AdCenterWrapper::MonthAndYear
Instance Attribute Summary collapse
-
#monthAndYear ⇒ Object
Returns the value of attribute monthAndYear.
-
#searchCount ⇒ Object
Returns the value of attribute searchCount.
Instance Method Summary collapse
-
#initialize(searchCount = nil, monthAndYear = nil) ⇒ HistoricalSearchCount
constructor
A new instance of HistoricalSearchCount.
Constructor Details
permalink #initialize(searchCount = nil, monthAndYear = nil) ⇒ HistoricalSearchCount
Returns a new instance of HistoricalSearchCount.
304 305 306 307 |
# File 'lib/AdIntelligenceService.rb', line 304 def initialize(searchCount = nil, monthAndYear = nil) @searchCount = searchCount @monthAndYear = monthAndYear end |
Instance Attribute Details
permalink #monthAndYear ⇒ Object
Returns the value of attribute monthAndYear.
302 303 304 |
# File 'lib/AdIntelligenceService.rb', line 302 def monthAndYear @monthAndYear end |
permalink #searchCount ⇒ Object
Returns the value of attribute searchCount.
301 302 303 |
# File 'lib/AdIntelligenceService.rb', line 301 def searchCount @searchCount end |