Class: AdCenterWrapper::SegmentTarget
- Inherits:
-
Object
- Object
- AdCenterWrapper::SegmentTarget
- Defined in:
- lib/adcenter_wrapper_entities.rb
Overview
https://adcenter.microsoft.com/v7SegmentTarget
bids - AdCenterWrapper::ArrayOfSegmentTargetBid
Instance Attribute Summary collapse
-
#bids ⇒ Object
Returns the value of attribute bids.
Instance Method Summary collapse
-
#initialize(bids = nil) ⇒ SegmentTarget
constructor
A new instance of SegmentTarget.
Constructor Details
#initialize(bids = nil) ⇒ SegmentTarget
Returns a new instance of SegmentTarget.
1408 1409 1410 |
# File 'lib/adcenter_wrapper_entities.rb', line 1408 def initialize(bids = nil) @bids = bids end |
Instance Attribute Details
#bids ⇒ Object
Returns the value of attribute bids.
1406 1407 1408 |
# File 'lib/adcenter_wrapper_entities.rb', line 1406 def bids @bids end |