Class: AdCenterWrapper::AgeTargetBid

Inherits:
Object
  • Object
show all
Defined in:
lib/adcenter_wrapper_entities.rb

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#ageObject

Returns the value of attribute age.



1067
1068
1069
# File 'lib/adcenter_wrapper_entities.rb', line 1067

def age
  @age
end

#incrementalBidObject

Returns the value of attribute incrementalBid.



1068
1069
1070
# File 'lib/adcenter_wrapper_entities.rb', line 1068

def incrementalBid
  @incrementalBid
end