Class: AdCenterWrapper::CountryTarget

Inherits:
Object
  • Object
show all
Defined in:
lib/CampaignManagementService.rb

Overview

https://adcenter.microsoft.com/v8CountryTarget

bids - AdCenterWrapper::ArrayOfCountryTargetBid

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(bids = nil) ⇒ CountryTarget



1051
1052
1053
# File 'lib/CampaignManagementService.rb', line 1051

def initialize(bids = nil)
  @bids = bids
end

Instance Attribute Details

#bidsObject

Returns the value of attribute bids.



1049
1050
1051
# File 'lib/CampaignManagementService.rb', line 1049

def bids
  @bids
end