Class: YSM::AdService::GetUpdateForAd

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) ⇒ 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

#adIDObject

Returns the value of attribute adID.



418
419
420
# File 'lib/ysm4r/v1/AdService.rb', line 418

def adID
  @adID
end