Class: AdCenterWrapper::GetBehavioralBidsByIdsResponse

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

Overview

https://adcenter.microsoft.com/v7GetBehavioralBidsByIdsResponse

behavioralBids - AdCenterWrapper::ArrayOfBehavioralBid

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(behavioralBids = nil) ⇒ GetBehavioralBidsByIdsResponse

Returns a new instance of GetBehavioralBidsByIdsResponse.



2778
2779
2780
# File 'lib/adcenter_wrapper_entities.rb', line 2778

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

Instance Attribute Details

#behavioralBidsObject

Returns the value of attribute behavioralBids.



2776
2777
2778
# File 'lib/adcenter_wrapper_entities.rb', line 2776

def behavioralBids
  @behavioralBids
end