Class: YSM::AdService::SetAdUrl

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

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(adID = nil, url = nil) ⇒ SetAdUrl

Returns a new instance of SetAdUrl.



211
212
213
214
# File 'lib/ysm4r/v2/AdService.rb', line 211

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

Instance Attribute Details

#adIDObject

Returns the value of attribute adID.



208
209
210
# File 'lib/ysm4r/v2/AdService.rb', line 208

def adID
  @adID
end

#urlObject

Returns the value of attribute url.



209
210
211
# File 'lib/ysm4r/v2/AdService.rb', line 209

def url
  @url
end