Class: AdCenterWrapper::AgeTargetBid
- Inherits:
-
Object
- Object
- AdCenterWrapper::AgeTargetBid
- Defined in:
- lib/adcenter_wrapper_entities.rb
Overview
https://adcenter.microsoft.com/v7AgeTargetBid
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
#initialize(age = nil, incrementalBid = nil) ⇒ AgeTargetBid
Returns a new instance of AgeTargetBid.
1070 1071 1072 1073 |
# File 'lib/adcenter_wrapper_entities.rb', line 1070 def initialize(age = nil, incrementalBid = nil) @age = age @incrementalBid = incrementalBid end |
Instance Attribute Details
#age ⇒ Object
Returns the value of attribute age.
1067 1068 1069 |
# File 'lib/adcenter_wrapper_entities.rb', line 1067 def age @age end |
#incrementalBid ⇒ Object
Returns the value of attribute incrementalBid.
1068 1069 1070 |
# File 'lib/adcenter_wrapper_entities.rb', line 1068 def incrementalBid @incrementalBid end |