Class: AdCenterWrapper::GetBehavioralBidsByIdsRequest

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

Overview

https://adcenter.microsoft.com/v7GetBehavioralBidsByIdsRequest

adGroupId - SOAP::SOAPLong
behavioralBidIds - AdCenterWrapper::ArrayOflong

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(adGroupId = nil, behavioralBidIds = nil) ⇒ GetBehavioralBidsByIdsRequest

Returns a new instance of GetBehavioralBidsByIdsRequest.



2767
2768
2769
2770
# File 'lib/adcenter_wrapper_entities.rb', line 2767

def initialize(adGroupId = nil, behavioralBidIds = nil)
  @adGroupId = adGroupId
  @behavioralBidIds = behavioralBidIds
end

Instance Attribute Details

#adGroupIdObject

Returns the value of attribute adGroupId.



2764
2765
2766
# File 'lib/adcenter_wrapper_entities.rb', line 2764

def adGroupId
  @adGroupId
end

#behavioralBidIdsObject

Returns the value of attribute behavioralBidIds.



2765
2766
2767
# File 'lib/adcenter_wrapper_entities.rb', line 2765

def behavioralBidIds
  @behavioralBidIds
end