Class: AdCenterWrapper::MetroAreaTarget

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

Overview

https://adcenter.microsoft.com/v7MetroAreaTarget

bids - AdCenterWrapper::ArrayOfMetroAreaTargetBid

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(bids = nil) ⇒ MetroAreaTarget

Returns a new instance of MetroAreaTarget.



1321
1322
1323
# File 'lib/adcenter_wrapper_entities.rb', line 1321

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

Instance Attribute Details

#bidsObject

Returns the value of attribute bids.



1319
1320
1321
# File 'lib/adcenter_wrapper_entities.rb', line 1319

def bids
  @bids
end