Class: YSM::AdService::GetAd
- Inherits:
-
Object
- Object
- YSM::AdService::GetAd
- Defined in:
- lib/ysm4r/v1/AdService.rb,
lib/ysm4r/v2/AdService.rb
Overview
Instance Attribute Summary collapse
-
#adID ⇒ Object
Returns the value of attribute adID.
Instance Method Summary collapse
-
#initialize(adID = nil) ⇒ GetAd
constructor
A new instance of GetAd.
Constructor Details
#initialize(adID = nil) ⇒ GetAd
Returns a new instance of GetAd.
248 249 250 |
# File 'lib/ysm4r/v1/AdService.rb', line 248 def initialize(adID = nil) @adID = adID end |
Instance Attribute Details
#adID ⇒ Object
Returns the value of attribute adID.
246 247 248 |
# File 'lib/ysm4r/v1/AdService.rb', line 246 def adID @adID end |