Class: AdCenterWrapper::GetBehavioralBidsByIdsResponse
- Inherits:
-
Object
- Object
- AdCenterWrapper::GetBehavioralBidsByIdsResponse
- Defined in:
- lib/adcenter_wrapper_entities.rb
Overview
https://adcenter.microsoft.com/v7GetBehavioralBidsByIdsResponse
behavioralBids - AdCenterWrapper::ArrayOfBehavioralBid
Instance Attribute Summary collapse
-
#behavioralBids ⇒ Object
Returns the value of attribute behavioralBids.
Instance Method Summary collapse
-
#initialize(behavioralBids = nil) ⇒ GetBehavioralBidsByIdsResponse
constructor
A new instance of GetBehavioralBidsByIdsResponse.
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
#behavioralBids ⇒ Object
Returns the value of attribute behavioralBids.
2776 2777 2778 |
# File 'lib/adcenter_wrapper_entities.rb', line 2776 def behavioralBids @behavioralBids end |