Class: YSM::CampaignService::DeleteCampaigns
- Inherits:
-
Object
- Object
- YSM::CampaignService::DeleteCampaigns
- Defined in:
- lib/ysm4r/v1/CampaignService.rb,
lib/ysm4r/v2/CampaignService.rb
Overview
http://marketing.ews.yahooapis.com/V2deleteCampaigns
Instance Attribute Summary collapse
-
#campaignIDs ⇒ Object
Returns the value of attribute campaignIDs.
Instance Method Summary collapse
-
#initialize(campaignIDs = nil) ⇒ DeleteCampaigns
constructor
A new instance of DeleteCampaigns.
Constructor Details
#initialize(campaignIDs = nil) ⇒ DeleteCampaigns
Returns a new instance of DeleteCampaigns.
629 630 631 |
# File 'lib/ysm4r/v1/CampaignService.rb', line 629 def initialize(campaignIDs = nil) @campaignIDs = campaignIDs end |
Instance Attribute Details
#campaignIDs ⇒ Object
Returns the value of attribute campaignIDs.
627 628 629 |
# File 'lib/ysm4r/v1/CampaignService.rb', line 627 def campaignIDs @campaignIDs end |