Class: AdCenterWrapper::RadiusTarget
- Inherits:
-
Object
- Object
- AdCenterWrapper::RadiusTarget
- Defined in:
- lib/CampaignManagementService.rb
Overview
https://adcenter.microsoft.com/v8RadiusTarget
bids - AdCenterWrapper::ArrayOfRadiusTargetBid
Instance Attribute Summary collapse
-
#bids ⇒ Object
Returns the value of attribute bids.
Instance Method Summary collapse
-
#initialize(bids = nil) ⇒ RadiusTarget
constructor
A new instance of RadiusTarget.
Constructor Details
permalink #initialize(bids = nil) ⇒ RadiusTarget
Returns a new instance of RadiusTarget.
1105 1106 1107 |
# File 'lib/CampaignManagementService.rb', line 1105 def initialize(bids = nil) @bids = bids end |
Instance Attribute Details
permalink #bids ⇒ Object
Returns the value of attribute bids.
1103 1104 1105 |
# File 'lib/CampaignManagementService.rb', line 1103 def bids @bids end |