Class: YSM::KeywordResearchService::RelatedKeywordRequestType
- Inherits:
-
Object
- Object
- YSM::KeywordResearchService::RelatedKeywordRequestType
- Defined in:
- lib/ysm4r/v1/KeywordResearchService.rb,
lib/ysm4r/v2/KeywordResearchService.rb
Overview
http://marketing.ews.yahooapis.com/V2RelatedKeywordRequestType
Instance Attribute Summary collapse
-
#excludedKeywords ⇒ Object
Returns the value of attribute excludedKeywords.
-
#excludedPhraseFilters ⇒ Object
Returns the value of attribute excludedPhraseFilters.
-
#market ⇒ Object
Returns the value of attribute market.
-
#maxKeywords ⇒ Object
Returns the value of attribute maxKeywords.
-
#negativeKeywords ⇒ Object
Returns the value of attribute negativeKeywords.
-
#offset ⇒ Object
Returns the value of attribute offset.
-
#positiveKeywords ⇒ Object
Returns the value of attribute positiveKeywords.
-
#requiredPhraseFilters ⇒ Object
Returns the value of attribute requiredPhraseFilters.
Instance Method Summary collapse
-
#initialize(excludedKeywords = nil, excludedPhraseFilters = nil, market = nil, maxKeywords = nil, negativeKeywords = nil, offset = nil, positiveKeywords = nil, requiredPhraseFilters = nil) ⇒ RelatedKeywordRequestType
constructor
A new instance of RelatedKeywordRequestType.
Constructor Details
#initialize(excludedKeywords = nil, excludedPhraseFilters = nil, market = nil, maxKeywords = nil, negativeKeywords = nil, offset = nil, positiveKeywords = nil, requiredPhraseFilters = nil) ⇒ RelatedKeywordRequestType
Returns a new instance of RelatedKeywordRequestType.
123 124 125 126 127 128 129 130 131 |
# File 'lib/ysm4r/v1/KeywordResearchService.rb', line 123 def initialize(excludedKeywords = nil, excludedPhraseFilters = nil, market = nil, maxKeywords = nil, negativeKeywords = nil, positiveKeywords = nil, requiredPhraseFilters = nil) @excludedKeywords = excludedKeywords @excludedPhraseFilters = excludedPhraseFilters @market = market @maxKeywords = maxKeywords @negativeKeywords = negativeKeywords @positiveKeywords = positiveKeywords @requiredPhraseFilters = requiredPhraseFilters end |
Instance Attribute Details
#excludedKeywords ⇒ Object
Returns the value of attribute excludedKeywords.
115 116 117 |
# File 'lib/ysm4r/v1/KeywordResearchService.rb', line 115 def excludedKeywords @excludedKeywords end |
#excludedPhraseFilters ⇒ Object
Returns the value of attribute excludedPhraseFilters.
116 117 118 |
# File 'lib/ysm4r/v1/KeywordResearchService.rb', line 116 def excludedPhraseFilters @excludedPhraseFilters end |
#market ⇒ Object
Returns the value of attribute market.
117 118 119 |
# File 'lib/ysm4r/v1/KeywordResearchService.rb', line 117 def market @market end |
#maxKeywords ⇒ Object
Returns the value of attribute maxKeywords.
118 119 120 |
# File 'lib/ysm4r/v1/KeywordResearchService.rb', line 118 def maxKeywords @maxKeywords end |
#negativeKeywords ⇒ Object
Returns the value of attribute negativeKeywords.
119 120 121 |
# File 'lib/ysm4r/v1/KeywordResearchService.rb', line 119 def negativeKeywords @negativeKeywords end |
#offset ⇒ Object
Returns the value of attribute offset.
161 162 163 |
# File 'lib/ysm4r/v2/KeywordResearchService.rb', line 161 def offset @offset end |
#positiveKeywords ⇒ Object
Returns the value of attribute positiveKeywords.
120 121 122 |
# File 'lib/ysm4r/v1/KeywordResearchService.rb', line 120 def positiveKeywords @positiveKeywords end |
#requiredPhraseFilters ⇒ Object
Returns the value of attribute requiredPhraseFilters.
121 122 123 |
# File 'lib/ysm4r/v1/KeywordResearchService.rb', line 121 def requiredPhraseFilters @requiredPhraseFilters end |