Class: YSM::KeywordService::GetKeywordsResponse
- Inherits:
-
Object
- Object
- YSM::KeywordService::GetKeywordsResponse
- Defined in:
- lib/ysm4r/v1/KeywordService.rb,
lib/ysm4r/v2/KeywordService.rb
Overview
http://marketing.ews.yahooapis.com/V2getKeywordsResponse
Instance Attribute Summary collapse
-
#out ⇒ Object
Returns the value of attribute out.
Instance Method Summary collapse
-
#initialize(out = nil) ⇒ GetKeywordsResponse
constructor
A new instance of GetKeywordsResponse.
Constructor Details
#initialize(out = nil) ⇒ GetKeywordsResponse
Returns a new instance of GetKeywordsResponse.
269 270 271 |
# File 'lib/ysm4r/v1/KeywordService.rb', line 269 def initialize(out = nil) @out = out end |
Instance Attribute Details
#out ⇒ Object
Returns the value of attribute out.
267 268 269 |
# File 'lib/ysm4r/v1/KeywordService.rb', line 267 def out @out end |