Class: AdCenterWrapper::AgeTargetBid
- Inherits:
-
Object
- Object
- AdCenterWrapper::AgeTargetBid
- Defined in:
- lib/CampaignManagementService.rb
Overview
https://adcenter.microsoft.com/v8AgeTargetBid
age - AdCenterWrapper::AgeRange
incrementalBid - AdCenterWrapper::IncrementalBidPercentage
Instance Attribute Summary collapse
-
#age ⇒ Object
Returns the value of attribute age.
-
#incrementalBid ⇒ Object
Returns the value of attribute incrementalBid.
Instance Method Summary collapse
-
#initialize(age = nil, incrementalBid = nil) ⇒ AgeTargetBid
constructor
A new instance of AgeTargetBid.
Constructor Details
permalink #initialize(age = nil, incrementalBid = nil) ⇒ AgeTargetBid
Returns a new instance of AgeTargetBid.
851 852 853 854 |
# File 'lib/CampaignManagementService.rb', line 851 def initialize(age = nil, incrementalBid = nil) @age = age @incrementalBid = incrementalBid end |
Instance Attribute Details
permalink #age ⇒ Object
Returns the value of attribute age.
848 849 850 |
# File 'lib/CampaignManagementService.rb', line 848 def age @age end |
permalink #incrementalBid ⇒ Object
Returns the value of attribute incrementalBid.
849 850 851 |
# File 'lib/CampaignManagementService.rb', line 849 def incrementalBid @incrementalBid end |