Class: YSM::KeywordService::KeywordOptimizationGuidelinesResponse
- Inherits:
-
Object
- Object
- YSM::KeywordService::KeywordOptimizationGuidelinesResponse
- Defined in:
- lib/ysm4r/v1/KeywordService.rb,
lib/ysm4r/v2/KeywordService.rb
Overview
http://marketing.ews.yahooapis.com/V2KeywordOptimizationGuidelinesResponse
Instance Attribute Summary collapse
-
#errors ⇒ Object
Returns the value of attribute errors.
-
#keywordOptimizationGuidelines ⇒ Object
Returns the value of attribute keywordOptimizationGuidelines.
-
#operationSucceeded ⇒ Object
Returns the value of attribute operationSucceeded.
Instance Method Summary collapse
-
#initialize(errors = nil, keywordOptimizationGuidelines = nil, operationSucceeded = nil) ⇒ KeywordOptimizationGuidelinesResponse
constructor
A new instance of KeywordOptimizationGuidelinesResponse.
Constructor Details
#initialize(errors = nil, keywordOptimizationGuidelines = nil, operationSucceeded = nil) ⇒ KeywordOptimizationGuidelinesResponse
Returns a new instance of KeywordOptimizationGuidelinesResponse.
192 193 194 195 196 |
# File 'lib/ysm4r/v1/KeywordService.rb', line 192 def initialize(errors = nil, keywordOptimizationGuidelines = nil, operationSucceeded = nil) @errors = errors @keywordOptimizationGuidelines = keywordOptimizationGuidelines @operationSucceeded = operationSucceeded end |
Instance Attribute Details
#errors ⇒ Object
Returns the value of attribute errors.
188 189 190 |
# File 'lib/ysm4r/v1/KeywordService.rb', line 188 def errors @errors end |
#keywordOptimizationGuidelines ⇒ Object
Returns the value of attribute keywordOptimizationGuidelines.
189 190 191 |
# File 'lib/ysm4r/v1/KeywordService.rb', line 189 def keywordOptimizationGuidelines @keywordOptimizationGuidelines end |
#operationSucceeded ⇒ Object
Returns the value of attribute operationSucceeded.
190 191 192 |
# File 'lib/ysm4r/v1/KeywordService.rb', line 190 def operationSucceeded @operationSucceeded end |