Class: YSM::CampaignService::BasicResponse
- Inherits:
-
Object
- Object
- YSM::CampaignService::BasicResponse
- Defined in:
- lib/ysm4r/v1/CampaignService.rb,
lib/ysm4r/v2/CampaignService.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.
153 154 155 156 |
# File 'lib/ysm4r/v1/CampaignService.rb', line 153 def initialize(errors = nil, operationSucceeded = nil) @errors = errors @operationSucceeded = operationSucceeded end |
Instance Attribute Details
#errors ⇒ Object
Returns the value of attribute errors.
150 151 152 |
# File 'lib/ysm4r/v1/CampaignService.rb', line 150 def errors @errors end |
#operationSucceeded ⇒ Object
Returns the value of attribute operationSucceeded.
151 152 153 |
# File 'lib/ysm4r/v1/CampaignService.rb', line 151 def operationSucceeded @operationSucceeded end |