Class: AdCenterWrapper::AddBehavioralBidsResponse

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

Overview

https://adcenter.microsoft.com/v7AddBehavioralBidsResponse

behavioralBidIds - AdCenterWrapper::ArrayOflong

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(behavioralBidIds = nil) ⇒ AddBehavioralBidsResponse

Returns a new instance of AddBehavioralBidsResponse.



2736
2737
2738
# File 'lib/adcenter_wrapper_entities.rb', line 2736

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

Instance Attribute Details

#behavioralBidIdsObject

Returns the value of attribute behavioralBidIds.



2734
2735
2736
# File 'lib/adcenter_wrapper_entities.rb', line 2734

def behavioralBidIds
  @behavioralBidIds
end