Class: YSM::CampaignService::UpdateCampaign
- Inherits:
-
Object
- Object
- YSM::CampaignService::UpdateCampaign
- Defined in:
- lib/ysm4r/v1/CampaignService.rb,
lib/ysm4r/v2/CampaignService.rb
Overview
http://marketing.ews.yahooapis.com/V2updateCampaign
Instance Attribute Summary collapse
-
#campaign ⇒ Object
Returns the value of attribute campaign.
-
#updateAll ⇒ Object
Returns the value of attribute updateAll.
Instance Method Summary collapse
-
#initialize(campaign = nil, updateAll = nil) ⇒ UpdateCampaign
constructor
A new instance of UpdateCampaign.
Constructor Details
#initialize(campaign = nil, updateAll = nil) ⇒ UpdateCampaign
Returns a new instance of UpdateCampaign.
498 499 500 501 |
# File 'lib/ysm4r/v1/CampaignService.rb', line 498 def initialize(campaign = nil, updateAll = nil) @campaign = campaign @updateAll = updateAll end |
Instance Attribute Details
#campaign ⇒ Object
Returns the value of attribute campaign.
495 496 497 |
# File 'lib/ysm4r/v1/CampaignService.rb', line 495 def campaign @campaign end |
#updateAll ⇒ Object
Returns the value of attribute updateAll.
496 497 498 |
# File 'lib/ysm4r/v1/CampaignService.rb', line 496 def updateAll @updateAll end |