Class: YSM::AdService::GetEditorialReasonsForAd

Inherits:
Object
  • Object
show all
Defined in:
lib/ysm4r/v1/AdService.rb,
lib/ysm4r/v2/AdService.rb

Overview

http://marketing.ews.yahooapis.com/V2getEditorialReasonsForAd

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#adIDObject

Returns the value of attribute adID.



288
289
290
# File 'lib/ysm4r/v1/AdService.rb', line 288

def adID
  @adID
end