Class: AdCenterWrapper::CountryTarget
- Inherits:
-
Object
- Object
- AdCenterWrapper::CountryTarget
- Defined in:
- lib/CampaignManagementService.rb
Overview
https://adcenter.microsoft.com/v8CountryTarget
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
permalink #initialize(bids = nil) ⇒ CountryTarget
Returns a new instance of CountryTarget.
1051 1052 1053 |
# File 'lib/CampaignManagementService.rb', line 1051 def initialize(bids = nil) @bids = bids end |
Instance Attribute Details
permalink #bids ⇒ Object
Returns the value of attribute bids.
1049 1050 1051 |
# File 'lib/CampaignManagementService.rb', line 1049 def bids @bids end |