Class: AdCenterWrapper::MetroAreaTarget

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

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(bids = nil) ⇒ MetroAreaTarget

Returns a new instance of MetroAreaTarget.


1078
1079
1080
# File 'lib/CampaignManagementService.rb', line 1078

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

Instance Attribute Details

#bidsObject

Returns the value of attribute bids.


1076
1077
1078
# File 'lib/CampaignManagementService.rb', line 1076

def bids
  @bids
end