Class: AdCenterWrapper::CountryTarget
- Inherits:
-
Object
- Object
- AdCenterWrapper::CountryTarget
- Defined in:
- lib/adcenter_wrapper_entities.rb
Overview
https://adcenter.microsoft.com/v7CountryTarget
bids - AdCenterWrapper::ArrayOfCountryTargetBid
Instance Attribute Summary collapse
-
#bids ⇒ Object
Returns the value of attribute bids.
Instance Method Summary collapse
-
#initialize(bids = nil) ⇒ CountryTarget
constructor
A new instance of CountryTarget.
Constructor Details
#initialize(bids = nil) ⇒ CountryTarget
Returns a new instance of CountryTarget.
1294 1295 1296 |
# File 'lib/adcenter_wrapper_entities.rb', line 1294 def initialize(bids = nil) @bids = bids end |
Instance Attribute Details
#bids ⇒ Object
Returns the value of attribute bids.
1292 1293 1294 |
# File 'lib/adcenter_wrapper_entities.rb', line 1292 def bids @bids end |