Class: YSM::AdService::AddAds
- Inherits:
-
Object
- Object
- YSM::AdService::AddAds
- 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.
Instance Method Summary collapse
-
#initialize(ads = nil) ⇒ AddAds
constructor
A new instance of AddAds.
Constructor Details
#initialize(ads = nil) ⇒ AddAds
Returns a new instance of AddAds.
328 329 330 |
# File 'lib/ysm4r/v1/AdService.rb', line 328 def initialize(ads = nil) @ads = ads end |
Instance Attribute Details
#ads ⇒ Object
Returns the value of attribute ads.
326 327 328 |
# File 'lib/ysm4r/v1/AdService.rb', line 326 def ads @ads end |