Class: AdCenterWrapper::AddBehavioralBidsRequest

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

Overview

https://adcenter.microsoft.com/v7AddBehavioralBidsRequest

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

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#adGroupIdObject

Returns the value of attribute adGroupId.



2722
2723
2724
# File 'lib/adcenter_wrapper_entities.rb', line 2722

def adGroupId
  @adGroupId
end

#behavioralBidsObject

Returns the value of attribute behavioralBids.



2723
2724
2725
# File 'lib/adcenter_wrapper_entities.rb', line 2723

def behavioralBids
  @behavioralBids
end