Class: AdCenterWrapper::CityTarget

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

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(bids = nil) ⇒ CityTarget

Returns a new instance of CityTarget.

[View source]

1024
1025
1026
# File 'lib/CampaignManagementService.rb', line 1024

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

Instance Attribute Details

#bidsObject

Returns the value of attribute bids.


1022
1023
1024
# File 'lib/CampaignManagementService.rb', line 1022

def bids
  @bids
end