Class: AdCenterWrapper::GetBehavioralBidsByAdGroupIdResponse
- Inherits:
-
Object
- Object
- AdCenterWrapper::GetBehavioralBidsByAdGroupIdResponse
- Defined in:
- lib/adcenter_wrapper_entities.rb
Overview
https://adcenter.microsoft.com/v7GetBehavioralBidsByAdGroupIdResponse
behavioralBids - AdCenterWrapper::ArrayOfBehavioralBid
Instance Attribute Summary collapse
-
#behavioralBids ⇒ Object
Returns the value of attribute behavioralBids.
Instance Method Summary collapse
-
#initialize(behavioralBids = nil) ⇒ GetBehavioralBidsByAdGroupIdResponse
constructor
A new instance of GetBehavioralBidsByAdGroupIdResponse.
Constructor Details
#initialize(behavioralBids = nil) ⇒ GetBehavioralBidsByAdGroupIdResponse
Returns a new instance of GetBehavioralBidsByAdGroupIdResponse.
2798 2799 2800 |
# File 'lib/adcenter_wrapper_entities.rb', line 2798 def initialize(behavioralBids = nil) @behavioralBids = behavioralBids end |
Instance Attribute Details
#behavioralBids ⇒ Object
Returns the value of attribute behavioralBids.
2796 2797 2798 |
# File 'lib/adcenter_wrapper_entities.rb', line 2796 def behavioralBids @behavioralBids end |