Class: AdCenterWrapper::CountryTarget

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

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(bids = nil) ⇒ CountryTarget

Returns a new instance of CountryTarget.



1294
1295
1296
# File 'lib/adcenter_wrapper_entities.rb', line 1294

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

Instance Attribute Details

#bidsObject

Returns the value of attribute bids.



1292
1293
1294
# File 'lib/adcenter_wrapper_entities.rb', line 1292

def bids
  @bids
end