Class: AdCenterWrapper::MetroAreaTarget
- Inherits:
-
Object
- Object
- AdCenterWrapper::MetroAreaTarget
- Defined in:
- lib/CampaignManagementService.rb
Overview
https://adcenter.microsoft.com/v8MetroAreaTarget
bids - AdCenterWrapper::ArrayOfMetroAreaTargetBid
Instance Attribute Summary collapse
-
#bids ⇒ Object
Returns the value of attribute bids.
Instance Method Summary collapse
-
#initialize(bids = nil) ⇒ MetroAreaTarget
constructor
A new instance of MetroAreaTarget.
Constructor Details
#initialize(bids = nil) ⇒ MetroAreaTarget
Returns a new instance of MetroAreaTarget.
1078 1079 1080 |
# File 'lib/CampaignManagementService.rb', line 1078 def initialize(bids = nil) @bids = bids end |
Instance Attribute Details
#bids ⇒ Object
Returns the value of attribute bids.
1076 1077 1078 |
# File 'lib/CampaignManagementService.rb', line 1076 def bids @bids end |