Class: YSM::ExcludedWordsService::ExcludedWordResponse
- Inherits:
-
Object
- Object
- YSM::ExcludedWordsService::ExcludedWordResponse
- Defined in:
- lib/ysm4r/v1/ExcludedWordsService.rb,
lib/ysm4r/v2/ExcludedWordsService.rb
Overview
http://marketing.ews.yahooapis.com/V2ExcludedWordResponse
Instance Attribute Summary collapse
-
#errors ⇒ Object
Returns the value of attribute errors.
-
#excludedWord ⇒ Object
Returns the value of attribute excludedWord.
-
#operationSucceeded ⇒ Object
Returns the value of attribute operationSucceeded.
Instance Method Summary collapse
-
#initialize(errors = nil, excludedWord = nil, operationSucceeded = nil) ⇒ ExcludedWordResponse
constructor
A new instance of ExcludedWordResponse.
Constructor Details
#initialize(errors = nil, excludedWord = nil, operationSucceeded = nil) ⇒ ExcludedWordResponse
Returns a new instance of ExcludedWordResponse.
86 87 88 89 90 |
# File 'lib/ysm4r/v1/ExcludedWordsService.rb', line 86 def initialize(errors = nil, excludedWord = nil, operationSucceeded = nil) @errors = errors @excludedWord = excludedWord @operationSucceeded = operationSucceeded end |
Instance Attribute Details
#errors ⇒ Object
Returns the value of attribute errors.
82 83 84 |
# File 'lib/ysm4r/v1/ExcludedWordsService.rb', line 82 def errors @errors end |
#excludedWord ⇒ Object
Returns the value of attribute excludedWord.
83 84 85 |
# File 'lib/ysm4r/v1/ExcludedWordsService.rb', line 83 def excludedWord @excludedWord end |
#operationSucceeded ⇒ Object
Returns the value of attribute operationSucceeded.
84 85 86 |
# File 'lib/ysm4r/v1/ExcludedWordsService.rb', line 84 def operationSucceeded @operationSucceeded end |