Class: AdCenterWrapper::BusinessTarget
- Inherits:
-
Object
- Object
- AdCenterWrapper::BusinessTarget
- Defined in:
- lib/adcenter_wrapper_entities.rb
Overview
https://adcenter.microsoft.com/v7BusinessTarget
bids - AdCenterWrapper::ArrayOfBusinessTargetBid
Instance Attribute Summary collapse
-
#bids ⇒ Object
Returns the value of attribute bids.
Instance Method Summary collapse
-
#initialize(bids = nil) ⇒ BusinessTarget
constructor
A new instance of BusinessTarget.
Constructor Details
#initialize(bids = nil) ⇒ BusinessTarget
Returns a new instance of BusinessTarget.
1237 1238 1239 |
# File 'lib/adcenter_wrapper_entities.rb', line 1237 def initialize(bids = nil) @bids = bids end |
Instance Attribute Details
#bids ⇒ Object
Returns the value of attribute bids.
1235 1236 1237 |
# File 'lib/adcenter_wrapper_entities.rb', line 1235 def bids @bids end |