Class: YSM::AdService::DeleteAd
- Inherits:
-
Object
- Object
- YSM::AdService::DeleteAd
- 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) ⇒ DeleteAd
constructor
A new instance of DeleteAd.
Constructor Details
#initialize(adID = nil) ⇒ DeleteAd
Returns a new instance of DeleteAd.
230 231 232 |
# File 'lib/ysm4r/v1/AdService.rb', line 230 def initialize(adID = nil) @adID = adID end |
Instance Attribute Details
#adID ⇒ Object
Returns the value of attribute adID.
228 229 230 |
# File 'lib/ysm4r/v1/AdService.rb', line 228 def adID @adID end |