Class: YSM::ForecastService::GetForecastByAdGroupResponse

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

Overview

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(out = nil) ⇒ GetForecastByAdGroupResponse

Returns a new instance of GetForecastByAdGroupResponse.



150
151
152
# File 'lib/ysm4r/v1/ForecastService.rb', line 150

def initialize(out = nil)
  @out = out
end

Instance Attribute Details

#outObject

Returns the value of attribute out.



148
149
150
# File 'lib/ysm4r/v1/ForecastService.rb', line 148

def out
  @out
end