Class: YSM::AdService::BasicResponse
- Inherits:
-
Object
- Object
- YSM::AdService::BasicResponse
- Defined in:
- lib/ysm4r/v1/AdService.rb,
lib/ysm4r/v2/AdService.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.
130 131 132 133 |
# File 'lib/ysm4r/v1/AdService.rb', line 130 def initialize(errors = nil, operationSucceeded = nil) @errors = errors @operationSucceeded = operationSucceeded end |
Instance Attribute Details
#errors ⇒ Object
Returns the value of attribute errors.
127 128 129 |
# File 'lib/ysm4r/v1/AdService.rb', line 127 def errors @errors end |
#operationSucceeded ⇒ Object
Returns the value of attribute operationSucceeded.
128 129 130 |
# File 'lib/ysm4r/v1/AdService.rb', line 128 def operationSucceeded @operationSucceeded end |