Class: YSM::KeywordService::BasicResponse
- Inherits:
-
Object
- Object
- YSM::KeywordService::BasicResponse
- Defined in:
- lib/ysm4r/v1/KeywordService.rb,
lib/ysm4r/v2/KeywordService.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.
161 162 163 164 |
# File 'lib/ysm4r/v1/KeywordService.rb', line 161 def initialize(errors = nil, operationSucceeded = nil) @errors = errors @operationSucceeded = operationSucceeded end |
Instance Attribute Details
#errors ⇒ Object
Returns the value of attribute errors.
158 159 160 |
# File 'lib/ysm4r/v1/KeywordService.rb', line 158 def errors @errors end |
#operationSucceeded ⇒ Object
Returns the value of attribute operationSucceeded.
159 160 161 |
# File 'lib/ysm4r/v1/KeywordService.rb', line 159 def operationSucceeded @operationSucceeded end |