Class: YSM::AdService::AddAd
- Inherits:
-
Object
- Object
- YSM::AdService::AddAd
- Defined in:
- lib/ysm4r/v1/AdService.rb,
lib/ysm4r/v2/AdService.rb
Overview
Instance Attribute Summary collapse
-
#ad ⇒ Object
Returns the value of attribute ad.
Instance Method Summary collapse
-
#initialize(ad = nil) ⇒ AddAd
constructor
A new instance of AddAd.
Constructor Details
#initialize(ad = nil) ⇒ AddAd
Returns a new instance of AddAd.
402 403 404 |
# File 'lib/ysm4r/v1/AdService.rb', line 402 def initialize(ad = nil) @ad = ad end |
Instance Attribute Details
#ad ⇒ Object
Returns the value of attribute ad.
400 401 402 |
# File 'lib/ysm4r/v1/AdService.rb', line 400 def ad @ad end |