Class: AdCenterWrapper::AgeTarget

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

Overview

https://adcenter.microsoft.com/v7AgeTarget

bids - AdCenterWrapper::ArrayOfAgeTargetBid

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(bids = nil) ⇒ AgeTarget

Returns a new instance of AgeTarget.



1054
1055
1056
# File 'lib/adcenter_wrapper_entities.rb', line 1054

def initialize(bids = nil)
  @bids = bids
end

Instance Attribute Details

#bidsObject

Returns the value of attribute bids.



1052
1053
1054
# File 'lib/adcenter_wrapper_entities.rb', line 1052

def bids
  @bids
end