Class: AdCenterWrapper::BehavioralTarget
- Inherits:
-
Object
- Object
- AdCenterWrapper::BehavioralTarget
- Defined in:
- lib/adcenter_wrapper_entities.rb
Overview
https://adcenter.microsoft.com/v7BehavioralTarget
bids - AdCenterWrapper::ArrayOfBehavioralTargetBid
Instance Attribute Summary collapse
-
#bids ⇒ Object
Returns the value of attribute bids.
Instance Method Summary collapse
-
#initialize(bids = nil) ⇒ BehavioralTarget
constructor
A new instance of BehavioralTarget.
Constructor Details
#initialize(bids = nil) ⇒ BehavioralTarget
Returns a new instance of BehavioralTarget.
1081 1082 1083 |
# File 'lib/adcenter_wrapper_entities.rb', line 1081 def initialize(bids = nil) @bids = bids end |
Instance Attribute Details
#bids ⇒ Object
Returns the value of attribute bids.
1079 1080 1081 |
# File 'lib/adcenter_wrapper_entities.rb', line 1079 def bids @bids end |