Class: YSM::KeywordService::UpdateKeywordResponse
- Inherits:
-
Object
- Object
- YSM::KeywordService::UpdateKeywordResponse
- Defined in:
- lib/ysm4r/v1/KeywordService.rb,
lib/ysm4r/v2/KeywordService.rb
Overview
http://marketing.ews.yahooapis.com/V2updateKeywordResponse
Instance Attribute Summary collapse
-
#out ⇒ Object
Returns the value of attribute out.
Instance Method Summary collapse
-
#initialize(out = nil) ⇒ UpdateKeywordResponse
constructor
A new instance of UpdateKeywordResponse.
Constructor Details
#initialize(out = nil) ⇒ UpdateKeywordResponse
Returns a new instance of UpdateKeywordResponse.
373 374 375 |
# File 'lib/ysm4r/v1/KeywordService.rb', line 373 def initialize(out = nil) @out = out end |
Instance Attribute Details
#out ⇒ Object
Returns the value of attribute out.
371 372 373 |
# File 'lib/ysm4r/v1/KeywordService.rb', line 371 def out @out end |