Class: YSM::AdService::DeleteAdResponse
- Inherits:
-
Object
- Object
- YSM::AdService::DeleteAdResponse
- Defined in:
- lib/ysm4r/v1/AdService.rb,
lib/ysm4r/v2/AdService.rb
Overview
http://marketing.ews.yahooapis.com/V2deleteAdResponse
Instance Attribute Summary collapse
-
#out ⇒ Object
Returns the value of attribute out.
Instance Method Summary collapse
-
#initialize(out = nil) ⇒ DeleteAdResponse
constructor
A new instance of DeleteAdResponse.
Constructor Details
#initialize(out = nil) ⇒ DeleteAdResponse
Returns a new instance of DeleteAdResponse.
239 240 241 |
# File 'lib/ysm4r/v1/AdService.rb', line 239 def initialize(out = nil) @out = out end |
Instance Attribute Details
#out ⇒ Object
Returns the value of attribute out.
237 238 239 |
# File 'lib/ysm4r/v1/AdService.rb', line 237 def out @out end |