Class: AdCenterWrapper::AgeTarget
- Inherits:
-
Object
- Object
- AdCenterWrapper::AgeTarget
- Defined in:
- lib/adcenter_wrapper_entities.rb
Overview
https://adcenter.microsoft.com/v7AgeTarget
bids - AdCenterWrapper::ArrayOfAgeTargetBid
Instance Attribute Summary collapse
-
#bids ⇒ Object
Returns the value of attribute bids.
Instance Method Summary collapse
-
#initialize(bids = nil) ⇒ AgeTarget
constructor
A new instance of AgeTarget.
Constructor Details
#initialize(bids = nil) ⇒ AgeTarget
Returns a new instance of AgeTarget.
1054 1055 1056 |
# File 'lib/adcenter_wrapper_entities.rb', line 1054 def initialize(bids = nil) @bids = bids end |
Instance Attribute Details
#bids ⇒ Object
Returns the value of attribute bids.
1052 1053 1054 |
# File 'lib/adcenter_wrapper_entities.rb', line 1052 def bids @bids end |