Class: YSM::AdService::GetStatusForAd
- Inherits:
-
Object
- Object
- YSM::AdService::GetStatusForAd
- Defined in:
- lib/ysm4r/v1/AdService.rb,
lib/ysm4r/v2/AdService.rb
Overview
http://marketing.ews.yahooapis.com/V2getStatusForAd
Instance Attribute Summary collapse
-
#adID ⇒ Object
Returns the value of attribute adID.
Instance Method Summary collapse
-
#initialize(adID = nil) ⇒ GetStatusForAd
constructor
A new instance of GetStatusForAd.
Constructor Details
#initialize(adID = nil) ⇒ GetStatusForAd
Returns a new instance of GetStatusForAd.
384 385 386 |
# File 'lib/ysm4r/v1/AdService.rb', line 384 def initialize(adID = nil) @adID = adID end |
Instance Attribute Details
#adID ⇒ Object
Returns the value of attribute adID.
382 383 384 |
# File 'lib/ysm4r/v1/AdService.rb', line 382 def adID @adID end |