Class: AdCenterWrapper::BehavioralTarget

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

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(bids = nil) ⇒ BehavioralTarget

Returns a new instance of BehavioralTarget.



1081
1082
1083
# File 'lib/adcenter_wrapper_entities.rb', line 1081

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

Instance Attribute Details

#bidsObject

Returns the value of attribute bids.



1079
1080
1081
# File 'lib/adcenter_wrapper_entities.rb', line 1079

def bids
  @bids
end