Class: AdCenterWrapper::UpdateBehavioralBidsRequest
- Inherits:
-
Object
- Object
- AdCenterWrapper::UpdateBehavioralBidsRequest
- Defined in:
- lib/adcenter_wrapper_entities.rb
Overview
https://adcenter.microsoft.com/v7UpdateBehavioralBidsRequest
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) ⇒ UpdateBehavioralBidsRequest
constructor
A new instance of UpdateBehavioralBidsRequest.
Constructor Details
#initialize(adGroupId = nil, behavioralBids = nil) ⇒ UpdateBehavioralBidsRequest
Returns a new instance of UpdateBehavioralBidsRequest.
1860 1861 1862 1863 |
# File 'lib/adcenter_wrapper_entities.rb', line 1860 def initialize(adGroupId = nil, behavioralBids = nil) @adGroupId = adGroupId @behavioralBids = behavioralBids end |
Instance Attribute Details
#adGroupId ⇒ Object
Returns the value of attribute adGroupId.
1857 1858 1859 |
# File 'lib/adcenter_wrapper_entities.rb', line 1857 def adGroupId @adGroupId end |
#behavioralBids ⇒ Object
Returns the value of attribute behavioralBids.
1858 1859 1860 |
# File 'lib/adcenter_wrapper_entities.rb', line 1858 def behavioralBids @behavioralBids end |