Class: YSM::CampaignService::DeleteCampaignsResponse
- Inherits:
-
Object
- Object
- YSM::CampaignService::DeleteCampaignsResponse
- Defined in:
- lib/ysm4r/v1/CampaignService.rb,
lib/ysm4r/v2/CampaignService.rb
Overview
http://marketing.ews.yahooapis.com/V2deleteCampaignsResponse
Instance Attribute Summary collapse
-
#out ⇒ Object
Returns the value of attribute out.
Instance Method Summary collapse
-
#initialize(out = nil) ⇒ DeleteCampaignsResponse
constructor
A new instance of DeleteCampaignsResponse.
Constructor Details
#initialize(out = nil) ⇒ DeleteCampaignsResponse
Returns a new instance of DeleteCampaignsResponse.
638 639 640 |
# File 'lib/ysm4r/v1/CampaignService.rb', line 638 def initialize(out = nil) @out = out end |
Instance Attribute Details
#out ⇒ Object
Returns the value of attribute out.
636 637 638 |
# File 'lib/ysm4r/v1/CampaignService.rb', line 636 def out @out end |