Class: AdCenterWrapper::BusinessTarget
- Inherits:
-
Object
- Object
- AdCenterWrapper::BusinessTarget
- Defined in:
- lib/CampaignManagementService.rb
Overview
https://adcenter.microsoft.com/v8BusinessTarget
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.
994 995 996 |
# File 'lib/CampaignManagementService.rb', line 994 def initialize(bids = nil) @bids = bids end |
Instance Attribute Details
#bids ⇒ Object
Returns the value of attribute bids.
992 993 994 |
# File 'lib/CampaignManagementService.rb', line 992 def bids @bids end |