Class: YSM::AdService::GetAd

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

Returns a new instance of GetAd.



248
249
250
# File 'lib/ysm4r/v1/AdService.rb', line 248

def initialize(adID = nil)
  @adID = adID
end

Instance Attribute Details

#adIDObject

Returns the value of attribute adID.



246
247
248
# File 'lib/ysm4r/v1/AdService.rb', line 246

def adID
  @adID
end