Class: YSM::CampaignService::UpdateCampaign

Inherits:
Object
  • Object
show all
Defined in:
lib/ysm4r/v1/CampaignService.rb,
lib/ysm4r/v2/CampaignService.rb

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#campaignObject

Returns the value of attribute campaign.



495
496
497
# File 'lib/ysm4r/v1/CampaignService.rb', line 495

def campaign
  @campaign
end

#updateAllObject

Returns the value of attribute updateAll.



496
497
498
# File 'lib/ysm4r/v1/CampaignService.rb', line 496

def updateAll
  @updateAll
end