Class: YSM::ExcludedWordsService::BasicResponse
- Inherits:
-
Object
- Object
- YSM::ExcludedWordsService::BasicResponse
- Defined in:
- lib/ysm4r/v1/ExcludedWordsService.rb,
lib/ysm4r/v2/ExcludedWordsService.rb
Overview
http://marketing.ews.yahooapis.com/V2BasicResponse
Instance Attribute Summary collapse
-
#errors ⇒ Object
Returns the value of attribute errors.
-
#operationSucceeded ⇒ Object
Returns the value of attribute operationSucceeded.
Instance Method Summary collapse
-
#initialize(errors = nil, operationSucceeded = nil) ⇒ BasicResponse
constructor
A new instance of BasicResponse.
Constructor Details
#initialize(errors = nil, operationSucceeded = nil) ⇒ BasicResponse
Returns a new instance of BasicResponse.
55 56 57 58 |
# File 'lib/ysm4r/v1/ExcludedWordsService.rb', line 55 def initialize(errors = nil, operationSucceeded = nil) @errors = errors @operationSucceeded = operationSucceeded end |
Instance Attribute Details
#errors ⇒ Object
Returns the value of attribute errors.
52 53 54 |
# File 'lib/ysm4r/v1/ExcludedWordsService.rb', line 52 def errors @errors end |
#operationSucceeded ⇒ Object
Returns the value of attribute operationSucceeded.
53 54 55 |
# File 'lib/ysm4r/v1/ExcludedWordsService.rb', line 53 def operationSucceeded @operationSucceeded end |