Class: AdCenterWrapper::GenderTarget

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

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(bids = nil) ⇒ GenderTarget

Returns a new instance of GenderTarget.

[View source]

906
907
908
# File 'lib/CampaignManagementService.rb', line 906

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

Instance Attribute Details

#bidsObject

Returns the value of attribute bids.


904
905
906
# File 'lib/CampaignManagementService.rb', line 904

def bids
  @bids
end