Class: YSM::ForecastService::ForecastRequestData
- Inherits:
-
Object
- Object
- YSM::ForecastService::ForecastRequestData
- Defined in:
- lib/ysm4r/v1/ForecastService.rb,
lib/ysm4r/v2/ForecastService.rb
Overview
http://marketing.ews.yahooapis.com/V2ForecastRequestData
Instance Attribute Summary collapse
-
#accountID ⇒ Object
Returns the value of attribute accountID.
-
#contentMatchMaxBid ⇒ Object
Returns the value of attribute contentMatchMaxBid.
-
#geoTargets ⇒ Object
Returns the value of attribute geoTargets.
-
#marketID ⇒ Object
Returns the value of attribute marketID.
-
#matchTypes ⇒ Object
Returns the value of attribute matchTypes.
-
#sponsoredSearchMaxBid ⇒ Object
Returns the value of attribute sponsoredSearchMaxBid.
Instance Method Summary collapse
-
#initialize(accountID = nil, contentMatchMaxBid = nil, geoTargets = nil, marketID = nil, matchTypes = nil, sponsoredSearchMaxBid = nil) ⇒ ForecastRequestData
constructor
A new instance of ForecastRequestData.
Constructor Details
#initialize(accountID = nil, contentMatchMaxBid = nil, geoTargets = nil, marketID = nil, matchTypes = nil, sponsoredSearchMaxBid = nil) ⇒ ForecastRequestData
Returns a new instance of ForecastRequestData.
15 16 17 18 19 20 21 22 |
# File 'lib/ysm4r/v1/ForecastService.rb', line 15 def initialize(accountID = nil, contentMatchMaxBid = nil, geoTargets = nil, marketID = nil, matchTypes = nil, sponsoredSearchMaxBid = nil) @accountID = accountID @contentMatchMaxBid = contentMatchMaxBid @geoTargets = geoTargets @marketID = marketID @matchTypes = matchTypes @sponsoredSearchMaxBid = sponsoredSearchMaxBid end |
Instance Attribute Details
#accountID ⇒ Object
Returns the value of attribute accountID.
8 9 10 |
# File 'lib/ysm4r/v1/ForecastService.rb', line 8 def accountID @accountID end |
#contentMatchMaxBid ⇒ Object
Returns the value of attribute contentMatchMaxBid.
9 10 11 |
# File 'lib/ysm4r/v1/ForecastService.rb', line 9 def contentMatchMaxBid @contentMatchMaxBid end |
#geoTargets ⇒ Object
Returns the value of attribute geoTargets.
10 11 12 |
# File 'lib/ysm4r/v1/ForecastService.rb', line 10 def geoTargets @geoTargets end |
#marketID ⇒ Object
Returns the value of attribute marketID.
11 12 13 |
# File 'lib/ysm4r/v1/ForecastService.rb', line 11 def marketID @marketID end |
#matchTypes ⇒ Object
Returns the value of attribute matchTypes.
12 13 14 |
# File 'lib/ysm4r/v1/ForecastService.rb', line 12 def matchTypes @matchTypes end |
#sponsoredSearchMaxBid ⇒ Object
Returns the value of attribute sponsoredSearchMaxBid.
13 14 15 |
# File 'lib/ysm4r/v1/ForecastService.rb', line 13 def sponsoredSearchMaxBid @sponsoredSearchMaxBid end |