Class: YSM::AdService::GetUpdateForAdResponse
- Inherits:
-
Object
- Object
- YSM::AdService::GetUpdateForAdResponse
- Defined in:
- lib/ysm4r/v1/AdService.rb,
lib/ysm4r/v2/AdService.rb
Overview
http://marketing.ews.yahooapis.com/V2getUpdateForAdResponse
Instance Attribute Summary collapse
-
#out ⇒ Object
Returns the value of attribute out.
Instance Method Summary collapse
-
#initialize(out = nil) ⇒ GetUpdateForAdResponse
constructor
A new instance of GetUpdateForAdResponse.
Constructor Details
#initialize(out = nil) ⇒ GetUpdateForAdResponse
Returns a new instance of GetUpdateForAdResponse.
429 430 431 |
# File 'lib/ysm4r/v1/AdService.rb', line 429 def initialize(out = nil) @out = out end |
Instance Attribute Details
#out ⇒ Object
Returns the value of attribute out.
427 428 429 |
# File 'lib/ysm4r/v1/AdService.rb', line 427 def out @out end |