Class: YSM::AdService::UpdateAds

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

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(ads = nil, updateAll = nil) ⇒ UpdateAds

Returns a new instance of UpdateAds.



497
498
499
500
# File 'lib/ysm4r/v1/AdService.rb', line 497

def initialize(ads = nil, updateAll = nil)
  @ads = ads
  @updateAll = updateAll
end

Instance Attribute Details

#adsObject

Returns the value of attribute ads.



494
495
496
# File 'lib/ysm4r/v1/AdService.rb', line 494

def ads
  @ads
end

#updateAllObject

Returns the value of attribute updateAll.



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

def updateAll
  @updateAll
end