Class: AdCenterWrapper::StateTarget
- Inherits:
-
Object
- Object
- AdCenterWrapper::StateTarget
- Defined in:
- lib/CampaignManagementService.rb
Overview
https://adcenter.microsoft.com/v8StateTarget
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
permalink #initialize(bids = nil) ⇒ StateTarget
Returns a new instance of StateTarget.
1144 1145 1146 |
# File 'lib/CampaignManagementService.rb', line 1144 def initialize(bids = nil) @bids = bids end |
Instance Attribute Details
permalink #bids ⇒ Object
Returns the value of attribute bids.
1142 1143 1144 |
# File 'lib/CampaignManagementService.rb', line 1142 def bids @bids end |