Class: AdCenterWrapper::GenderTarget
- Inherits:
-
Object
- Object
- AdCenterWrapper::GenderTarget
- Defined in:
- lib/CampaignManagementService.rb
Overview
https://adcenter.microsoft.com/v8GenderTarget
bids - AdCenterWrapper::ArrayOfGenderTargetBid
Instance Attribute Summary collapse
-
#bids ⇒ Object
Returns the value of attribute bids.
Instance Method Summary collapse
-
#initialize(bids = nil) ⇒ GenderTarget
constructor
A new instance of GenderTarget.
Constructor Details
permalink #initialize(bids = nil) ⇒ GenderTarget
Returns a new instance of GenderTarget.
906 907 908 |
# File 'lib/CampaignManagementService.rb', line 906 def initialize(bids = nil) @bids = bids end |
Instance Attribute Details
permalink #bids ⇒ Object
Returns the value of attribute bids.
904 905 906 |
# File 'lib/CampaignManagementService.rb', line 904 def bids @bids end |