Class: YSM::KeywordService::GetKeywordsByAccountIDResponse
- Inherits:
-
Object
- Object
- YSM::KeywordService::GetKeywordsByAccountIDResponse
- Defined in:
- lib/ysm4r/v1/KeywordService.rb,
lib/ysm4r/v2/KeywordService.rb
Overview
http://marketing.ews.yahooapis.com/V2getKeywordsByAccountIDResponse
Instance Attribute Summary collapse
-
#out ⇒ Object
Returns the value of attribute out.
Instance Method Summary collapse
-
#initialize(out = nil) ⇒ GetKeywordsByAccountIDResponse
constructor
A new instance of GetKeywordsByAccountIDResponse.
Constructor Details
#initialize(out = nil) ⇒ GetKeywordsByAccountIDResponse
Returns a new instance of GetKeywordsByAccountIDResponse.
435 436 437 |
# File 'lib/ysm4r/v1/KeywordService.rb', line 435 def initialize(out = nil) @out = out end |
Instance Attribute Details
#out ⇒ Object
Returns the value of attribute out.
433 434 435 |
# File 'lib/ysm4r/v1/KeywordService.rb', line 433 def out @out end |