Class: YSM::ForecastService::GetForecastForKeywordsResponse

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

Overview

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

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#outObject

Returns the value of attribute out.



192
193
194
# File 'lib/ysm4r/v1/ForecastService.rb', line 192

def out
  @out
end