Class: YSM::ForecastService::GetForecastForKeywordsResponse
- Inherits:
-
Object
- Object
- YSM::ForecastService::GetForecastForKeywordsResponse
- Defined in:
- lib/ysm4r/v1/ForecastService.rb,
lib/ysm4r/v2/ForecastService.rb
Overview
http://marketing.ews.yahooapis.com/V2getForecastForKeywordsResponse
Instance Attribute Summary collapse
-
#out ⇒ Object
Returns the value of attribute out.
Instance Method Summary collapse
-
#initialize(out = nil) ⇒ GetForecastForKeywordsResponse
constructor
A new instance of GetForecastForKeywordsResponse.
Constructor Details
#initialize(out = nil) ⇒ GetForecastForKeywordsResponse
Returns a new instance of GetForecastForKeywordsResponse.
194 195 196 |
# File 'lib/ysm4r/v1/ForecastService.rb', line 194 def initialize(out = nil) @out = out end |
Instance Attribute Details
#out ⇒ Object
Returns the value of attribute out.
192 193 194 |
# File 'lib/ysm4r/v1/ForecastService.rb', line 192 def out @out end |