Class: AdCenterWrapper::CountryTarget

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

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(bids = nil) ⇒ CountryTarget

Returns a new instance of CountryTarget.

[View source]

1051
1052
1053
# File 'lib/CampaignManagementService.rb', line 1051

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

Instance Attribute Details

#bidsObject

Returns the value of attribute bids.


1049
1050
1051
# File 'lib/CampaignManagementService.rb', line 1049

def bids
  @bids
end