Class: YSM::AdService::UpdateAd

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(ad = nil, updateAll = nil) ⇒ UpdateAd

Returns a new instance of UpdateAd.



309
310
311
312
# File 'lib/ysm4r/v1/AdService.rb', line 309

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

Instance Attribute Details

#adObject

Returns the value of attribute ad.



306
307
308
# File 'lib/ysm4r/v1/AdService.rb', line 306

def ad
  @ad
end

#updateAllObject

Returns the value of attribute updateAll.



307
308
309
# File 'lib/ysm4r/v1/AdService.rb', line 307

def updateAll
  @updateAll
end