Class: ChannelAdvisor::StoreServiceSOAP::StoreSearchAnalysisResult
- Inherits:
-
Object
- Object
- ChannelAdvisor::StoreServiceSOAP::StoreSearchAnalysisResult
- Defined in:
- lib/channel_advisor/store_service/types.rb
Overview
/StoreSearchAnalysisResult
totalSearches - SOAP::SOAPInt
phraseOccurrenceList - ChannelAdvisor::StoreServiceSOAP::ArrayOfSearchPhraseOccurrence
termOccurrenceList - ChannelAdvisor::StoreServiceSOAP::ArrayOfSearchTermOccurrence
skuOccurrenceList - ChannelAdvisor::StoreServiceSOAP::ArrayOfSearchSkuOccurrence
Instance Attribute Summary collapse
-
#phraseOccurrenceList ⇒ Object
Returns the value of attribute phraseOccurrenceList.
-
#skuOccurrenceList ⇒ Object
Returns the value of attribute skuOccurrenceList.
-
#termOccurrenceList ⇒ Object
Returns the value of attribute termOccurrenceList.
-
#totalSearches ⇒ Object
Returns the value of attribute totalSearches.
Instance Method Summary collapse
-
#initialize(totalSearches = nil, phraseOccurrenceList = nil, termOccurrenceList = nil, skuOccurrenceList = nil) ⇒ StoreSearchAnalysisResult
constructor
A new instance of StoreSearchAnalysisResult.
Constructor Details
#initialize(totalSearches = nil, phraseOccurrenceList = nil, termOccurrenceList = nil, skuOccurrenceList = nil) ⇒ StoreSearchAnalysisResult
Returns a new instance of StoreSearchAnalysisResult.
38 39 40 41 42 43 |
# File 'lib/channel_advisor/store_service/types.rb', line 38 def initialize(totalSearches = nil, phraseOccurrenceList = nil, termOccurrenceList = nil, skuOccurrenceList = nil) @totalSearches = totalSearches @phraseOccurrenceList = phraseOccurrenceList @termOccurrenceList = termOccurrenceList @skuOccurrenceList = skuOccurrenceList end |
Instance Attribute Details
#phraseOccurrenceList ⇒ Object
Returns the value of attribute phraseOccurrenceList.
34 35 36 |
# File 'lib/channel_advisor/store_service/types.rb', line 34 def phraseOccurrenceList @phraseOccurrenceList end |
#skuOccurrenceList ⇒ Object
Returns the value of attribute skuOccurrenceList.
36 37 38 |
# File 'lib/channel_advisor/store_service/types.rb', line 36 def skuOccurrenceList @skuOccurrenceList end |
#termOccurrenceList ⇒ Object
Returns the value of attribute termOccurrenceList.
35 36 37 |
# File 'lib/channel_advisor/store_service/types.rb', line 35 def termOccurrenceList @termOccurrenceList end |
#totalSearches ⇒ Object
Returns the value of attribute totalSearches.
33 34 35 |
# File 'lib/channel_advisor/store_service/types.rb', line 33 def totalSearches @totalSearches end |