Class: AdCenterWrapper::CityTarget
- Inherits:
-
Object
- Object
- AdCenterWrapper::CityTarget
- Defined in:
- lib/adcenter_wrapper_entities.rb
Overview
https://adcenter.microsoft.com/v7CityTarget
bids - AdCenterWrapper::ArrayOfCityTargetBid
Instance Attribute Summary collapse
-
#bids ⇒ Object
Returns the value of attribute bids.
Instance Method Summary collapse
-
#initialize(bids = nil) ⇒ CityTarget
constructor
A new instance of CityTarget.
Constructor Details
#initialize(bids = nil) ⇒ CityTarget
Returns a new instance of CityTarget.
1267 1268 1269 |
# File 'lib/adcenter_wrapper_entities.rb', line 1267 def initialize(bids = nil) @bids = bids end |
Instance Attribute Details
#bids ⇒ Object
Returns the value of attribute bids.
1265 1266 1267 |
# File 'lib/adcenter_wrapper_entities.rb', line 1265 def bids @bids end |