Class: YSM::ForecastService::GetForecastByAdGroupResponse
- Inherits:
-
Object
- Object
- YSM::ForecastService::GetForecastByAdGroupResponse
- Defined in:
- lib/ysm4r/v1/ForecastService.rb,
lib/ysm4r/v2/ForecastService.rb
Overview
http://marketing.ews.yahooapis.com/V2getForecastByAdGroupResponse
Instance Attribute Summary collapse
-
#out ⇒ Object
Returns the value of attribute out.
Instance Method Summary collapse
-
#initialize(out = nil) ⇒ GetForecastByAdGroupResponse
constructor
A new instance of GetForecastByAdGroupResponse.
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
#out ⇒ Object
Returns the value of attribute out.
148 149 150 |
# File 'lib/ysm4r/v1/ForecastService.rb', line 148 def out @out end |