Class: YSM::AdService::SetAdUrlResponse
- Inherits:
-
Object
- Object
- YSM::AdService::SetAdUrlResponse
- Defined in:
- lib/ysm4r/v2/AdService.rb
Overview
http://marketing.ews.yahooapis.com/V2setAdUrlResponse
Instance Attribute Summary collapse
-
#out ⇒ Object
Returns the value of attribute out.
Instance Method Summary collapse
-
#initialize(out = nil) ⇒ SetAdUrlResponse
constructor
A new instance of SetAdUrlResponse.
Constructor Details
#initialize(out = nil) ⇒ SetAdUrlResponse
Returns a new instance of SetAdUrlResponse.
221 222 223 |
# File 'lib/ysm4r/v2/AdService.rb', line 221 def initialize(out = nil) @out = out end |
Instance Attribute Details
#out ⇒ Object
Returns the value of attribute out.
219 220 221 |
# File 'lib/ysm4r/v2/AdService.rb', line 219 def out @out end |