Class: AdCenterWrapper::AddBehavioralBidsResponse
- Inherits:
-
Object
- Object
- AdCenterWrapper::AddBehavioralBidsResponse
- Defined in:
- lib/adcenter_wrapper_entities.rb
Overview
https://adcenter.microsoft.com/v7AddBehavioralBidsResponse
behavioralBidIds - AdCenterWrapper::ArrayOflong
Instance Attribute Summary collapse
-
#behavioralBidIds ⇒ Object
Returns the value of attribute behavioralBidIds.
Instance Method Summary collapse
-
#initialize(behavioralBidIds = nil) ⇒ AddBehavioralBidsResponse
constructor
A new instance of AddBehavioralBidsResponse.
Constructor Details
#initialize(behavioralBidIds = nil) ⇒ AddBehavioralBidsResponse
Returns a new instance of AddBehavioralBidsResponse.
2736 2737 2738 |
# File 'lib/adcenter_wrapper_entities.rb', line 2736 def initialize(behavioralBidIds = nil) @behavioralBidIds = behavioralBidIds end |
Instance Attribute Details
#behavioralBidIds ⇒ Object
Returns the value of attribute behavioralBidIds.
2734 2735 2736 |
# File 'lib/adcenter_wrapper_entities.rb', line 2734 def behavioralBidIds @behavioralBidIds end |