Class: YSM::ForecastService::GetForecastForKeywordResponse

Inherits:
Object
  • Object
show all
Defined in:
lib/ysm4r/v1/ForecastService.rb,
lib/ysm4r/v2/ForecastService.rb

Overview

http://marketing.ews.yahooapis.com/V2getForecastForKeywordResponse

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#outObject

Returns the value of attribute out.



170
171
172
# File 'lib/ysm4r/v1/ForecastService.rb', line 170

def out
  @out
end