Class: AdCenterWrapper::CityTarget
- Inherits:
-
Object
- Object
- AdCenterWrapper::CityTarget
- Defined in:
- lib/CampaignManagementService.rb
Overview
https://adcenter.microsoft.com/v8CityTarget
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
permalink #initialize(bids = nil) ⇒ CityTarget
Returns a new instance of CityTarget.
1024 1025 1026 |
# File 'lib/CampaignManagementService.rb', line 1024 def initialize(bids = nil) @bids = bids end |
Instance Attribute Details
permalink #bids ⇒ Object
Returns the value of attribute bids.
1022 1023 1024 |
# File 'lib/CampaignManagementService.rb', line 1022 def bids @bids end |