Class: AdCenterWrapper::GenderTarget
- Inherits:
-
Object
- Object
- AdCenterWrapper::GenderTarget
- Defined in:
- lib/adcenter_wrapper_entities.rb
Overview
https://adcenter.microsoft.com/v7GenderTarget
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
#initialize(bids = nil) ⇒ GenderTarget
Returns a new instance of GenderTarget.
1152 1153 1154 |
# File 'lib/adcenter_wrapper_entities.rb', line 1152 def initialize(bids = nil) @bids = bids end |
Instance Attribute Details
#bids ⇒ Object
Returns the value of attribute bids.
1150 1151 1152 |
# File 'lib/adcenter_wrapper_entities.rb', line 1150 def bids @bids end |