Class: AdCenterWrapper::AddBehavioralBidsRequest
- Inherits:
-
Object
- Object
- AdCenterWrapper::AddBehavioralBidsRequest
- Defined in:
- lib/adcenter_wrapper_entities.rb
Overview
https://adcenter.microsoft.com/v7AddBehavioralBidsRequest
adGroupId - SOAP::SOAPLong
behavioralBids - AdCenterWrapper::ArrayOfBehavioralBid
Instance Attribute Summary collapse
-
#adGroupId ⇒ Object
Returns the value of attribute adGroupId.
-
#behavioralBids ⇒ Object
Returns the value of attribute behavioralBids.
Instance Method Summary collapse
-
#initialize(adGroupId = nil, behavioralBids = nil) ⇒ AddBehavioralBidsRequest
constructor
A new instance of AddBehavioralBidsRequest.
Constructor Details
#initialize(adGroupId = nil, behavioralBids = nil) ⇒ AddBehavioralBidsRequest
Returns a new instance of AddBehavioralBidsRequest.
2725 2726 2727 2728 |
# File 'lib/adcenter_wrapper_entities.rb', line 2725 def initialize(adGroupId = nil, behavioralBids = nil) @adGroupId = adGroupId @behavioralBids = behavioralBids end |
Instance Attribute Details
#adGroupId ⇒ Object
Returns the value of attribute adGroupId.
2722 2723 2724 |
# File 'lib/adcenter_wrapper_entities.rb', line 2722 def adGroupId @adGroupId end |
#behavioralBids ⇒ Object
Returns the value of attribute behavioralBids.
2723 2724 2725 |
# File 'lib/adcenter_wrapper_entities.rb', line 2723 def behavioralBids @behavioralBids end |