Class: AdCenterWrapper::AgeTarget

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

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(bids = nil) ⇒ AgeTarget

Returns a new instance of AgeTarget.

[View source]

835
836
837
# File 'lib/CampaignManagementService.rb', line 835

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

Instance Attribute Details

#bidsObject

Returns the value of attribute bids.


833
834
835
# File 'lib/CampaignManagementService.rb', line 833

def bids
  @bids
end