Class: YSM::AdService::UpdateAds
- Inherits:
-
Object
- Object
- YSM::AdService::UpdateAds
- Defined in:
- lib/ysm4r/v1/AdService.rb,
lib/ysm4r/v2/AdService.rb
Overview
Instance Attribute Summary collapse
-
#ads ⇒ Object
Returns the value of attribute ads.
-
#updateAll ⇒ Object
Returns the value of attribute updateAll.
Instance Method Summary collapse
-
#initialize(ads = nil, updateAll = nil) ⇒ UpdateAds
constructor
A new instance of UpdateAds.
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
#ads ⇒ Object
Returns the value of attribute ads.
494 495 496 |
# File 'lib/ysm4r/v1/AdService.rb', line 494 def ads @ads end |
#updateAll ⇒ Object
Returns the value of attribute updateAll.
495 496 497 |
# File 'lib/ysm4r/v1/AdService.rb', line 495 def updateAll @updateAll end |