Class: YSM::AdService::GetStatusForAd

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

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#adIDObject

Returns the value of attribute adID.



382
383
384
# File 'lib/ysm4r/v1/AdService.rb', line 382

def adID
  @adID
end