Class: YSM::ForecastService::GetForecastForKeywords
- Inherits:
-
Object
- Object
- YSM::ForecastService::GetForecastForKeywords
- Defined in:
- lib/ysm4r/v1/ForecastService.rb,
lib/ysm4r/v2/ForecastService.rb
Overview
http://marketing.ews.yahooapis.com/V2getForecastForKeywords
Instance Attribute Summary collapse
-
#adGroupID ⇒ Object
Returns the value of attribute adGroupID.
-
#forecastKeywords ⇒ Object
Returns the value of attribute forecastKeywords.
-
#forecastRequestData ⇒ Object
Returns the value of attribute forecastRequestData.
Instance Method Summary collapse
-
#initialize(forecastKeywords = nil, adGroupID = nil, forecastRequestData = nil) ⇒ GetForecastForKeywords
constructor
A new instance of GetForecastForKeywords.
Constructor Details
#initialize(forecastKeywords = nil, adGroupID = nil, forecastRequestData = nil) ⇒ GetForecastForKeywords
Returns a new instance of GetForecastForKeywords.
183 184 185 186 187 |
# File 'lib/ysm4r/v1/ForecastService.rb', line 183 def initialize(forecastKeywords = nil, adGroupID = nil, forecastRequestData = nil) @forecastKeywords = forecastKeywords @adGroupID = adGroupID @forecastRequestData = forecastRequestData end |
Instance Attribute Details
#adGroupID ⇒ Object
Returns the value of attribute adGroupID.
180 181 182 |
# File 'lib/ysm4r/v1/ForecastService.rb', line 180 def adGroupID @adGroupID end |
#forecastKeywords ⇒ Object
Returns the value of attribute forecastKeywords.
179 180 181 |
# File 'lib/ysm4r/v1/ForecastService.rb', line 179 def forecastKeywords @forecastKeywords end |
#forecastRequestData ⇒ Object
Returns the value of attribute forecastRequestData.
181 182 183 |
# File 'lib/ysm4r/v1/ForecastService.rb', line 181 def forecastRequestData @forecastRequestData end |