Class: AdCenterWrapper::StateTarget
- Inherits:
-
Object
- Object
- AdCenterWrapper::StateTarget
- Defined in:
- lib/adcenter_wrapper_entities.rb
Overview
https://adcenter.microsoft.com/v7StateTarget
bids - AdCenterWrapper::ArrayOfStateTargetBid
Instance Attribute Summary collapse
-
#bids ⇒ Object
Returns the value of attribute bids.
Instance Method Summary collapse
-
#initialize(bids = nil) ⇒ StateTarget
constructor
A new instance of StateTarget.
Constructor Details
#initialize(bids = nil) ⇒ StateTarget
Returns a new instance of StateTarget.
1381 1382 1383 |
# File 'lib/adcenter_wrapper_entities.rb', line 1381 def initialize(bids = nil) @bids = bids end |
Instance Attribute Details
#bids ⇒ Object
Returns the value of attribute bids.
1379 1380 1381 |
# File 'lib/adcenter_wrapper_entities.rb', line 1379 def bids @bids end |