Class: YSM::AdService::GetEditorialReasonsForAd
- Inherits:
-
Object
- Object
- YSM::AdService::GetEditorialReasonsForAd
- Defined in:
- lib/ysm4r/v1/AdService.rb,
lib/ysm4r/v2/AdService.rb
Overview
http://marketing.ews.yahooapis.com/V2getEditorialReasonsForAd
Instance Attribute Summary collapse
-
#adID ⇒ Object
Returns the value of attribute adID.
Instance Method Summary collapse
-
#initialize(adID = nil) ⇒ GetEditorialReasonsForAd
constructor
A new instance of GetEditorialReasonsForAd.
Constructor Details
#initialize(adID = nil) ⇒ GetEditorialReasonsForAd
Returns a new instance of GetEditorialReasonsForAd.
290 291 292 |
# File 'lib/ysm4r/v1/AdService.rb', line 290 def initialize(adID = nil) @adID = adID end |
Instance Attribute Details
#adID ⇒ Object
Returns the value of attribute adID.
288 289 290 |
# File 'lib/ysm4r/v1/AdService.rb', line 288 def adID @adID end |