Class: YSM::AdService::GetUpdateForAd
- Inherits:
-
Object
- Object
- YSM::AdService::GetUpdateForAd
- Defined in:
- lib/ysm4r/v1/AdService.rb,
lib/ysm4r/v2/AdService.rb
Overview
http://marketing.ews.yahooapis.com/V2getUpdateForAd
Instance Attribute Summary collapse
-
#adID ⇒ Object
Returns the value of attribute adID.
Instance Method Summary collapse
-
#initialize(adID = nil) ⇒ GetUpdateForAd
constructor
A new instance of GetUpdateForAd.
Constructor Details
#initialize(adID = nil) ⇒ GetUpdateForAd
Returns a new instance of GetUpdateForAd.
420 421 422 |
# File 'lib/ysm4r/v1/AdService.rb', line 420 def initialize(adID = nil) @adID = adID end |
Instance Attribute Details
#adID ⇒ Object
Returns the value of attribute adID.
418 419 420 |
# File 'lib/ysm4r/v1/AdService.rb', line 418 def adID @adID end |