Class: AdCenterWrapper::UpdateBehavioralBidsRequest

Inherits:
Object
  • Object
show all
Defined in:
lib/adcenter_wrapper_entities.rb

Overview

https://adcenter.microsoft.com/v7UpdateBehavioralBidsRequest

adGroupId - SOAP::SOAPLong
behavioralBids - AdCenterWrapper::ArrayOfBehavioralBid

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#adGroupIdObject

Returns the value of attribute adGroupId.



1857
1858
1859
# File 'lib/adcenter_wrapper_entities.rb', line 1857

def adGroupId
  @adGroupId
end

#behavioralBidsObject

Returns the value of attribute behavioralBids.



1858
1859
1860
# File 'lib/adcenter_wrapper_entities.rb', line 1858

def behavioralBids
  @behavioralBids
end