Class: AdCenterWrapper::CityTargetBid
- Inherits:
-
Object
- Object
- AdCenterWrapper::CityTargetBid
- Defined in:
- lib/adcenter_wrapper_entities.rb
Overview
https://adcenter.microsoft.com/v7CityTargetBid
city - SOAP::SOAPString
incrementalBid - AdCenterWrapper::IncrementalBidPercentage
Instance Attribute Summary collapse
-
#city ⇒ Object
Returns the value of attribute city.
-
#incrementalBid ⇒ Object
Returns the value of attribute incrementalBid.
Instance Method Summary collapse
-
#initialize(city = nil, incrementalBid = nil) ⇒ CityTargetBid
constructor
A new instance of CityTargetBid.
Constructor Details
#initialize(city = nil, incrementalBid = nil) ⇒ CityTargetBid
Returns a new instance of CityTargetBid.
1283 1284 1285 1286 |
# File 'lib/adcenter_wrapper_entities.rb', line 1283 def initialize(city = nil, incrementalBid = nil) @city = city @incrementalBid = incrementalBid end |
Instance Attribute Details
#city ⇒ Object
Returns the value of attribute city.
1280 1281 1282 |
# File 'lib/adcenter_wrapper_entities.rb', line 1280 def city @city end |
#incrementalBid ⇒ Object
Returns the value of attribute incrementalBid.
1281 1282 1283 |
# File 'lib/adcenter_wrapper_entities.rb', line 1281 def incrementalBid @incrementalBid end |