Class: YSM::AdService::SetAdUrl
- Inherits:
-
Object
- Object
- YSM::AdService::SetAdUrl
- Defined in:
- lib/ysm4r/v2/AdService.rb
Overview
Instance Attribute Summary collapse
-
#adID ⇒ Object
Returns the value of attribute adID.
-
#url ⇒ Object
Returns the value of attribute url.
Instance Method Summary collapse
-
#initialize(adID = nil, url = nil) ⇒ SetAdUrl
constructor
A new instance of SetAdUrl.
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
#adID ⇒ Object
Returns the value of attribute adID.
208 209 210 |
# File 'lib/ysm4r/v2/AdService.rb', line 208 def adID @adID end |
#url ⇒ Object
Returns the value of attribute url.
209 210 211 |
# File 'lib/ysm4r/v2/AdService.rb', line 209 def url @url end |