Class: YSM::ForecastService::GetForecastForKeywordResponse
- Inherits:
-
Object
- Object
- YSM::ForecastService::GetForecastForKeywordResponse
- Defined in:
- lib/ysm4r/v1/ForecastService.rb,
lib/ysm4r/v2/ForecastService.rb
Overview
http://marketing.ews.yahooapis.com/V2getForecastForKeywordResponse
Instance Attribute Summary collapse
-
#out ⇒ Object
Returns the value of attribute out.
Instance Method Summary collapse
-
#initialize(out = nil) ⇒ GetForecastForKeywordResponse
constructor
A new instance of GetForecastForKeywordResponse.
Constructor Details
#initialize(out = nil) ⇒ GetForecastForKeywordResponse
Returns a new instance of GetForecastForKeywordResponse.
172 173 174 |
# File 'lib/ysm4r/v1/ForecastService.rb', line 172 def initialize(out = nil) @out = out end |
Instance Attribute Details
#out ⇒ Object
Returns the value of attribute out.
170 171 172 |
# File 'lib/ysm4r/v1/ForecastService.rb', line 170 def out @out end |