Class: YSM::ForecastService::GetForecastForKeyword
- Inherits:
-
Object
- Object
- YSM::ForecastService::GetForecastForKeyword
- Defined in:
- lib/ysm4r/v1/ForecastService.rb,
lib/ysm4r/v2/ForecastService.rb
Overview
http://marketing.ews.yahooapis.com/V2getForecastForKeyword
Instance Attribute Summary collapse
-
#adGroupID ⇒ Object
Returns the value of attribute adGroupID.
-
#forecastRequestData ⇒ Object
Returns the value of attribute forecastRequestData.
-
#keyword ⇒ Object
Returns the value of attribute keyword.
Instance Method Summary collapse
-
#initialize(keyword = nil, adGroupID = nil, forecastRequestData = nil) ⇒ GetForecastForKeyword
constructor
A new instance of GetForecastForKeyword.
Constructor Details
#initialize(keyword = nil, adGroupID = nil, forecastRequestData = nil) ⇒ GetForecastForKeyword
Returns a new instance of GetForecastForKeyword.
161 162 163 164 165 |
# File 'lib/ysm4r/v1/ForecastService.rb', line 161 def initialize(keyword = nil, adGroupID = nil, forecastRequestData = nil) @keyword = keyword @adGroupID = adGroupID @forecastRequestData = forecastRequestData end |
Instance Attribute Details
#adGroupID ⇒ Object
Returns the value of attribute adGroupID.
158 159 160 |
# File 'lib/ysm4r/v1/ForecastService.rb', line 158 def adGroupID @adGroupID end |
#forecastRequestData ⇒ Object
Returns the value of attribute forecastRequestData.
159 160 161 |
# File 'lib/ysm4r/v1/ForecastService.rb', line 159 def forecastRequestData @forecastRequestData end |
#keyword ⇒ Object
Returns the value of attribute keyword.
157 158 159 |
# File 'lib/ysm4r/v1/ForecastService.rb', line 157 def keyword @keyword end |